#AAA976

Color #AAA976 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #AAA976

Tints of Locust #AAA976

Color information

#AAA976 (or 0xAAA976) is unknown color: approx Locust. HEX triplet: AA, A9 and 76. RGB value is (170,169,118). Sum of RGB (Red+Green+Blue) = 170+169+118=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA976 is #555689. Grayscale: #A3A3A3. Windows color (decimal): -5592714 or 7776682. OLE color: 7776682.

HSL color Cylindrical-coordinate representation of color #AAA976: hue angle of 58.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA976 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170169118-
CMYK00.010.310.33
HSL58.85º23.42%56.47%-
HSV(B)58.85º30.59%66.67%-
XYZ34.0438.2322.72-
YUV163.48102.33132.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=37.20%
G=36.98%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911800.010.310.3358.8523.4256.47
HexAAA976011F213b1738
Octal252251166013741732770
Binary10101010101010011110110011111110000111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA976; }

 p { color: rgb(170,169,118); }

 H1.HeaderClassName
 {
   color: #AAA976;
 }
 .AnyTagClassName
 {
   color: #AAA976;
 }
</style>
background-color css

<style>
 a { background-color: #AAA976; }

 a { background-color: rgb(170,169,118); }

 div.DivClassName
 {
   background-color: #AAA976;
 }
 .BgClassName
 {
   background-color: #AAA976;
 }
</style>
border-color css

<style>
 span { border-color: #AAA976; }

 span { border-color: rgb(170,169,118); }

 td.TdClassName
 {
   border-color: #AAA976;
 }
 .TagClassName
 {
   border-color: #AAA976;
 }
</style>