color codes Logo

#a6470a color codes

#A6470A
(166,71,10)
0 Favorites   0 Comments

Color spaces of #a6470a

RGB 1667110
HSL0.070.890.35
HSV23°94°65°
CMYK 0.000.570.94   0.35
XYZ18.033912.63541.7755
Yxy12.63540.55580.3894
Hunter Lab35.546328.353321.9209
CIE-Lab42.208736.412649.6432

#a6470a color RGB value is (166,71,10).

#a6470a hex color red value is 166, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a6470a hue: 0.07 , saturation: 0.89 and the lightness value of a6470a is 0.35.

The process color (four color CMYK) of #a6470a color code is 0.00, 0.57, 0.94, 0.35. Web safe color of #a6470a is #993300. Color #a6470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000111 00001010
Octal 246 107 12
Decimal 166 71 10
Hex A6 47 A

RGB Percentages of Color #a6470a

%67.21
%28.74
%4.05

CMYK Percentages of Color #a6470a

%0
%57
%94
%35

Triadic Colors of #a6470a

#a6470a #0aa647 #470aa6

Analogous Colors of #a6470a

#a6470a #a6950a #a60a1b

Monochromatic Colors of #a6470a

#a6470a

Complementary Color

#a6470a #0a69a6

#a6470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6470a Color CSS Codes

.mybgcolor {background-color:#a6470a; } 
.myforecolor {color:#a6470a; }
.mybordercolor {border:3px solid #a6470a; }

#a6470a Text Font Color

<p style="color:#a6470a">Text here</p>

This sample text font color is #a6470a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6470a Background Color

<div style="background-color:#a6470a">
Div content here</div>

This div background color is #a6470a


#a6470a Border Color

<div style="border:3px solid #a6470a">
Div here</div>

This div border color is #a6470a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,71,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6470a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6470a;
  -webkit-box-shadow: 1px 1px 3px 2px #a6470a;
  box-shadow:         1px 1px 3px 2px #a6470a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,71,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6470a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6470a;
  -webkit-box-shadow: 1px 1px 3px 2px #a6470a;
  box-shadow:         1px 1px 3px 2px #a6470a;">
Div content here</div>

This div box has shadow with color #a6470a


Comments

No comments written yet.

Please login to write comment.