Color Hex Logo

#a99251 Color Hex

#A99251
(169,146,81)
0 Favorites   0 Comments

Color spaces of #a99251

RGB 16914681
HSL0.120.350.49
HSV44°52°66°
CMYK 0.000.140.52   0.34
XYZ28.126329.586912.0130
Yxy29.58690.40340.4243
Hunter Lab54.3938-2.889424.9814
CIE-Lab61.29610.019137.3452

#a99251 color RGB value is (169,146,81).

#a99251 hex color red value is 169, green value is 146 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a99251 hue: 0.12 , saturation: 0.35 and the lightness value of a99251 is 0.49.

The process color (four color CMYK) of #a99251 color hex is 0.00, 0.14, 0.52, 0.34. Web safe color of #a99251 is #999966. Color #a99251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 01010001
Octal 251 222 121
Decimal 169 146 81
Hex A9 92 51

RGB Percentages of Color #a99251

%42.68
%36.87
%20.45

CMYK Percentages of Color #a99251

%0
%14
%52
%34

Triadic Colors of #a99251

#a99251 #51a992 #9251a9

Analogous Colors of #a99251

#a99251 #94a951 #a96651

Monochromatic Colors of #a99251

#a99251

Complementary Color

#a99251 #5168a9

#a99251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99251 Color CSS Codes

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

#a99251 Text Font Color

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

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


#a99251 Background Color

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

This div background color is #a99251


#a99251 Border Color

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

This div border color is #a99251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99251


Comments

No comments written yet.

Please login to write comment.