Color Hex Logo

#a97812 Color Hex

#A97812
(169,120,18)
0 Favorites   0 Comments

Color spaces of #a97812

RGB 16912018
HSL0.110.810.37
HSV41°89°66°
CMYK 0.000.290.89   0.34
XYZ23.187821.91163.5795
Yxy21.91160.47630.4501
Hunter Lab46.80986.504928.2330
CIE-Lab53.933110.987856.5049

#a97812 color RGB value is (169,120,18).

#a97812 hex color red value is 169, green value is 120 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a97812 hue: 0.11 , saturation: 0.81 and the lightness value of a97812 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 00010010
Octal 251 170 22
Decimal 169 120 18
Hex A9 78 12

RGB Percentages of Color #a97812

%55.05
%39.09
%5.86

CMYK Percentages of Color #a97812

%0
%29
%89
%34

Triadic Colors of #a97812

#a97812 #12a978 #7812a9

Analogous Colors of #a97812

#a97812 #8fa912 #a92d12

Monochromatic Colors of #a97812

#a97812

Complementary Color

#a97812 #1243a9

#a97812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97812 Color CSS Codes

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

#a97812 Text Font Color

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

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


#a97812 Background Color

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

This div background color is #a97812


#a97812 Border Color

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

This div border color is #a97812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97812


Comments

No comments written yet.

Please login to write comment.