#AAA977

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

Shades of Locust #AAA977

Tints of Locust #AAA977

Color information

#AAA977 (or 0xAAA977) is unknown color: approx Locust. HEX triplet: AA, A9 and 77. RGB value is (170,169,119). Sum of RGB (Red+Green+Blue) = 170+169+119=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA977 is #555688. Grayscale: #A3A3A3. Windows color (decimal): -5592713 or 7842218. OLE color: 7842218.

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

Color convert

RGB170169119-
CMYK00.010.30.33
HSL58.82º23.08%56.67%-
HSV(B)58.82º30%66.67%-
XYZ34.138.2523.04-
YUV163.6102.83132.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=37.12%
G=36.90%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911900.010.30.3358.8223.0856.67
HexAAA977011E213b1739
Octal252251167013641732771
Binary10101010101010011110111011111010000111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA977; }

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

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

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

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

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

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

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

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