Color Hex Logo

#a9831b Color Hex

#A9831B
(169,131,27)
0 Favorites   0 Comments

Color spaces of #a9831b

RGB 16913127
HSL0.120.720.38
HSV44°84°66°
CMYK 0.000.220.84   0.34
XYZ24.676324.74674.5129
Yxy24.74670.45750.4588
Hunter Lab49.74611.488529.4435
CIE-Lab56.82785.057756.3509

#a9831b color RGB value is (169,131,27).

#a9831b hex color red value is 169, green value is 131 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #a9831b hue: 0.12 , saturation: 0.72 and the lightness value of a9831b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 00011011
Octal 251 203 33
Decimal 169 131 27
Hex A9 83 1B

RGB Percentages of Color #a9831b

%51.68
%40.06
%8.26

CMYK Percentages of Color #a9831b

%0
%22
%84
%34

Triadic Colors of #a9831b

#a9831b #1ba983 #831ba9

Analogous Colors of #a9831b

#a9831b #88a91b #a93c1b

Monochromatic Colors of #a9831b

#a9831b

Complementary Color

#a9831b #1b41a9

#a9831b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9831b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9831b Color CSS Codes

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

#a9831b Text Font Color

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

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


#a9831b Background Color

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

This div background color is #a9831b


#a9831b Border Color

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

This div border color is #a9831b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9831b


Comments

No comments written yet.

Please login to write comment.