Color Hex Logo

#a95611 Color Hex

#A95611
(169,86,17)
0 Favorites   0 Comments

Color spaces of #a95611

RGB 1698617
HSL0.080.820.36
HSV27°90°66°
CMYK 0.000.490.90   0.34
XYZ19.791215.13112.4078
Yxy15.13110.53020.4053
Hunter Lab38.898722.745923.5591
CIE-Lab45.813229.920250.4374

#a95611 color RGB value is (169,86,17).

#a95611 hex color red value is 169, green value is 86 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a95611 hue: 0.08 , saturation: 0.82 and the lightness value of a95611 is 0.36.

The process color (four color CMYK) of #a95611 color hex is 0.00, 0.49, 0.90, 0.34. Web safe color of #a95611 is #996600. Color #a95611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 00010001
Octal 251 126 21
Decimal 169 86 17
Hex A9 56 11

RGB Percentages of Color #a95611

%62.13
%31.62
%6.25

CMYK Percentages of Color #a95611

%0
%49
%90
%34

Triadic Colors of #a95611

#a95611 #11a956 #5611a9

Analogous Colors of #a95611

#a95611 #a9a211 #a91118

Monochromatic Colors of #a95611

#a95611

Complementary Color

#a95611 #1164a9

#a95611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95611 Color CSS Codes

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

#a95611 Text Font Color

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

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


#a95611 Background Color

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

This div background color is #a95611


#a95611 Border Color

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

This div border color is #a95611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95611


Comments

No comments written yet.

Please login to write comment.