Color Hex Logo

#a95813 Color Hex

#A95813
(169,88,19)
0 Favorites   0 Comments

Color spaces of #a95813

RGB 1698819
HSL0.080.800.37
HSV28°89°66°
CMYK 0.000.480.89   0.34
XYZ19.969515.46152.5480
Yxy15.46150.52580.4071
Hunter Lab39.321121.840523.6828
CIE-Lab46.259928.882250.1385

#a95813 color RGB value is (169,88,19).

#a95813 hex color red value is 169, green value is 88 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a95813 hue: 0.08 , saturation: 0.80 and the lightness value of a95813 is 0.37.

The process color (four color CMYK) of #a95813 color hex is 0.00, 0.48, 0.89, 0.34. Web safe color of #a95813 is #996600. Color #a95813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 00010011
Octal 251 130 23
Decimal 169 88 19
Hex A9 58 13

RGB Percentages of Color #a95813

%61.23
%31.88
%6.88

CMYK Percentages of Color #a95813

%0
%48
%89
%34

Triadic Colors of #a95813

#a95813 #13a958 #5813a9

Analogous Colors of #a95813

#a95813 #a9a313 #a91319

Monochromatic Colors of #a95813

#a95813

Complementary Color

#a95813 #1364a9

#a95813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95813 Color CSS Codes

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

#a95813 Text Font Color

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

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


#a95813 Background Color

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

This div background color is #a95813


#a95813 Border Color

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

This div border color is #a95813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95813


Comments

No comments written yet.

Please login to write comment.