Color Hex Logo

#a95517 Color Hex

#A95517
(169,85,23)
0 Favorites   0 Comments

Color spaces of #a95517

RGB 1698523
HSL0.070.760.38
HSV25°86°66°
CMYK 0.000.500.86   0.34
XYZ19.765314.99392.6630
Yxy14.99390.52820.4007
Hunter Lab38.722023.350423.0279
CIE-Lab45.625830.598648.1972

#a95517 color RGB value is (169,85,23).

#a95517 hex color red value is 169, green value is 85 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a95517 hue: 0.07 , saturation: 0.76 and the lightness value of a95517 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 00010111
Octal 251 125 27
Decimal 169 85 23
Hex A9 55 17

RGB Percentages of Color #a95517

%61.01
%30.69
%8.30

CMYK Percentages of Color #a95517

%0
%50
%86
%34

Triadic Colors of #a95517

#a95517 #17a955 #5517a9

Analogous Colors of #a95517

#a95517 #a99e17 #a91722

Monochromatic Colors of #a95517

#a95517

Complementary Color

#a95517 #176ba9

#a95517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95517 Color CSS Codes

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

#a95517 Text Font Color

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

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


#a95517 Background Color

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

This div background color is #a95517


#a95517 Border Color

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

This div border color is #a95517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95517


Comments

No comments written yet.

Please login to write comment.