Color Hex Logo

#a95406 Color Hex

#A95406
(169,84,6)
0 Favorites   0 Comments

Color spaces of #a95406

RGB 169846
HSL0.080.930.34
HSV29°96°66°
CMYK 0.000.500.96   0.34
XYZ19.565414.78881.9956
Yxy14.78880.53830.4068
Hunter Lab38.456223.517223.8426
CIE-Lab45.343630.813353.0335

#a95406 color RGB value is (169,84,6).

#a95406 hex color red value is 169, green value is 84 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a95406 hue: 0.08 , saturation: 0.93 and the lightness value of a95406 is 0.34.

The process color (four color CMYK) of #a95406 color hex is 0.00, 0.50, 0.96, 0.34. Web safe color of #a95406 is #996600. Color #a95406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 00000110
Octal 251 124 6
Decimal 169 84 6
Hex A9 54 6

RGB Percentages of Color #a95406

%65.25
%32.43
%2.32

CMYK Percentages of Color #a95406

%0
%50
%96
%34

Triadic Colors of #a95406

#a95406 #06a954 #5406a9

Analogous Colors of #a95406

#a95406 #a9a606 #a9060a

Monochromatic Colors of #a95406

#a95406

Complementary Color

#a95406 #065ba9

#a95406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95406 Color CSS Codes

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

#a95406 Text Font Color

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

This sample text font color is #a95406
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.


#a95406 Background Color

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

This div background color is #a95406


#a95406 Border Color

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

This div border color is #a95406


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,84,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95406; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95406;
  -webkit-box-shadow: 1px 1px 3px 2px #a95406;
  box-shadow:         1px 1px 3px 2px #a95406; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,84,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95406


Comments

No comments written yet.

Please login to write comment.