Color Hex Logo

#aa874f Color Hex

#AA874F
(170,135,79)
0 Favorites   0 Comments

Color spaces of #aa874f

RGB 17013579
HSL0.100.370.49
HSV37°54°67°
CMYK 0.000.210.54   0.33
XYZ26.652826.438511.0955
Yxy26.43850.41520.4119
Hunter Lab51.41842.543623.1988
CIE-Lab58.45106.359734.9468

#aa874f color RGB value is (170,135,79).

#aa874f hex color red value is 170, green value is 135 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa874f hue: 0.10 , saturation: 0.37 and the lightness value of aa874f is 0.49.

The process color (four color CMYK) of #aa874f color hex is 0.00, 0.21, 0.54, 0.33. Web safe color of #aa874f is #999966. Color #aa874f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000111 01001111
Octal 252 207 117
Decimal 170 135 79
Hex AA 87 4F

RGB Percentages of Color #aa874f

%44.27
%35.16
%20.57

CMYK Percentages of Color #aa874f

%0
%21
%54
%33

Triadic Colors of #aa874f

#aa874f #4faa87 #874faa

Analogous Colors of #aa874f

#aa874f #a0aa4f #aa5a4f

Monochromatic Colors of #aa874f

#aa874f

Complementary Color

#aa874f #4f72aa

#aa874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa874f Color CSS Codes

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

#aa874f Text Font Color

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

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


#aa874f Background Color

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

This div background color is #aa874f


#aa874f Border Color

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

This div border color is #aa874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa874f


Comments

No comments written yet.

Please login to write comment.