Color Hex Logo

#a9841f Color Hex

#A9841F
(169,132,31)
0 Favorites   0 Comments

Color spaces of #a9841f

RGB 16913231
HSL0.120.690.39
HSV44°82°66°
CMYK 0.000.220.82   0.34
XYZ24.860825.03654.8185
Yxy25.03650.45440.4576
Hunter Lab50.03651.124529.3159
CIE-Lab57.11104.630055.3109

#a9841f color RGB value is (169,132,31).

#a9841f hex color red value is 169, green value is 132 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a9841f hue: 0.12 , saturation: 0.69 and the lightness value of a9841f is 0.39.

The process color (four color CMYK) of #a9841f color hex is 0.00, 0.22, 0.82, 0.34. Web safe color of #a9841f is #999933. Color #a9841f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 00011111
Octal 251 204 37
Decimal 169 132 31
Hex A9 84 1F

RGB Percentages of Color #a9841f

%50.90
%39.76
%9.34

CMYK Percentages of Color #a9841f

%0
%22
%82
%34

Triadic Colors of #a9841f

#a9841f #1fa984 #841fa9

Analogous Colors of #a9841f

#a9841f #89a91f #a93f1f

Monochromatic Colors of #a9841f

#a9841f

Complementary Color

#a9841f #1f44a9

#a9841f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9841f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9841f Color CSS Codes

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

#a9841f Text Font Color

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

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


#a9841f Background Color

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

This div background color is #a9841f


#a9841f Border Color

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

This div border color is #a9841f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9841f


Comments

No comments written yet.

Please login to write comment.