Color Hex Logo

#aa892f Color Hex

#AA892F
(170,137,47)
0 Favorites   0 Comments

Color spaces of #aa892f

RGB 17013747
HSL0.120.570.43
HSV44°72°67°
CMYK 0.000.190.72   0.33
XYZ26.036326.64266.4596
Yxy26.64260.44030.4505
Hunter Lab51.6165-0.290128.7116
CIE-Lab58.64202.993050.6901

#aa892f color RGB value is (170,137,47).

#aa892f hex color red value is 170, green value is 137 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aa892f hue: 0.12 , saturation: 0.57 and the lightness value of aa892f is 0.43.

The process color (four color CMYK) of #aa892f color hex is 0.00, 0.19, 0.72, 0.33. Web safe color of #aa892f is #999933. Color #aa892f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 00101111
Octal 252 211 57
Decimal 170 137 47
Hex AA 89 2F

RGB Percentages of Color #aa892f

%48.02
%38.70
%13.28

CMYK Percentages of Color #aa892f

%0
%19
%72
%33

Triadic Colors of #aa892f

#aa892f #2faa89 #892faa

Analogous Colors of #aa892f

#aa892f #8eaa2f #aa4c2f

Monochromatic Colors of #aa892f

#aa892f

Complementary Color

#aa892f #2f50aa

#aa892f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa892f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa892f Color CSS Codes

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

#aa892f Text Font Color

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

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


#aa892f Background Color

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

This div background color is #aa892f


#aa892f Border Color

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

This div border color is #aa892f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,137,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa892f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa892f;
  -webkit-box-shadow: 1px 1px 3px 2px #aa892f;
  box-shadow:         1px 1px 3px 2px #aa892f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,137,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa892f

#aa892f Color Palettes


Comments

No comments written yet.

Please login to write comment.