Color Hex Logo

#aa9277 Color Hex

#AA9277
(170,146,119)
0 Favorites   0 Comments

Color spaces of #aa9277

RGB 170146119
HSL0.090.230.57
HSV32°30°67°
CMYK 0.000.140.30   0.33
XYZ30.186230.435721.7365
Yxy30.43570.36650.3696
Hunter Lab55.16861.123615.2576
CIE-Lab62.02834.806217.6428

#aa9277 color RGB value is (170,146,119).

#aa9277 hex color red value is 170, green value is 146 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aa9277 hue: 0.09 , saturation: 0.23 and the lightness value of aa9277 is 0.57.

The process color (four color CMYK) of #aa9277 color hex is 0.00, 0.14, 0.30, 0.33. Web safe color of #aa9277 is #999966. Color #aa9277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 01110111
Octal 252 222 167
Decimal 170 146 119
Hex AA 92 77

RGB Percentages of Color #aa9277

%39.08
%33.56
%27.36

CMYK Percentages of Color #aa9277

%0
%14
%30
%33

Triadic Colors of #aa9277

#aa9277 #77aa92 #9277aa

Analogous Colors of #aa9277

#aa9277 #a9aa77 #aa7977

Monochromatic Colors of #aa9277

#aa9277

Complementary Color

#aa9277 #778faa

#aa9277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9277 Color CSS Codes

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

#aa9277 Text Font Color

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

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


#aa9277 Background Color

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

This div background color is #aa9277


#aa9277 Border Color

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

This div border color is #aa9277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9277


Comments

No comments written yet.

Please login to write comment.