Color Hex Logo

#aa9078 Color Hex

#AA9078
(170,144,120)
0 Favorites   0 Comments

Color spaces of #aa9078

RGB 170144120
HSL0.080.230.57
HSV29°29°67°
CMYK 0.000.150.29   0.33
XYZ29.941029.848621.9526
Yxy29.84860.36630.3652
Hunter Lab54.63392.214114.4202
CIE-Lab61.52346.056716.3860

#aa9078 color RGB value is (170,144,120).

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

The process color (four color CMYK) of #aa9078 color hex is 0.00, 0.15, 0.29, 0.33. Web safe color of #aa9078 is #999966. Color #aa9078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 01111000
Octal 252 220 170
Decimal 170 144 120
Hex AA 90 78

RGB Percentages of Color #aa9078

%39.17
%33.18
%27.65

CMYK Percentages of Color #aa9078

%0
%15
%29
%33

Triadic Colors of #aa9078

#aa9078 #78aa90 #9078aa

Analogous Colors of #aa9078

#aa9078 #aaa978 #aa7879

Monochromatic Colors of #aa9078

#aa9078

Complementary Color

#aa9078 #7892aa

#aa9078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9078 Color CSS Codes

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

#aa9078 Text Font Color

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

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


#aa9078 Background Color

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

This div background color is #aa9078


#aa9078 Border Color

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

This div border color is #aa9078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9078


Comments

No comments written yet.

Please login to write comment.