Color Hex Logo

#aaa978 Color Hex

#AAA978
(170,169,120)
0 Favorites   0 Comments

Color spaces of #aaa978

RGB 170169120
HSL0.160.230.57
HSV59°29°67°
CMYK 0.000.010.29   0.33
XYZ34.155738.278023.3575
Yxy38.27800.35660.3996
Hunter Lab61.8692-9.727920.9247
CIE-Lab68.2250-7.561825.4904

#aaa978 color RGB value is (170,169,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01111000
Octal 252 251 170
Decimal 170 169 120
Hex AA A9 78

RGB Percentages of Color #aaa978

%37.04
%36.82
%26.14

CMYK Percentages of Color #aaa978

%0
%1
%29
%33

Triadic Colors of #aaa978

#aaa978 #78aaa9 #a978aa

Analogous Colors of #aaa978

#aaa978 #92aa78 #aa9078

Monochromatic Colors of #aaa978

#aaa978

Complementary Color

#aaa978 #7879aa

#aaa978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa978 Color CSS Codes

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

#aaa978 Text Font Color

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

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


#aaa978 Background Color

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

This div background color is #aaa978


#aaa978 Border Color

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

This div border color is #aaa978


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,169,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 #aaa978">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa978


Comments

No comments written yet.

Please login to write comment.