#AAAB80

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

Shades of Locust #AAAB80

Tints of Locust #AAAB80

Color information

#AAAB80 (or 0xAAAB80) is unknown color: approx Locust. HEX triplet: AA, AB and 80. RGB value is (170,171,128). Sum of RGB (Red+Green+Blue) = 170+171+128=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB80 is #55547F. Grayscale: #A5A5A5. Windows color (decimal): -5592192 or 8432554. OLE color: 8432554.

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

Color convert

RGB170171128-
CMYK0.0100.250.33
HSL61.4º20.38%58.63%-
HSV(B)61.4º25.15%67.06%-
XYZ35.0439.2326.15-
YUV165.8106.67131-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=36.25%
G=36.46%
B=27.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711280.0100.250.3361.420.3858.63
HexAAAB801019213d143b
Octal252253200103141752473
Binary101010101010101110000000101100110000111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB80; }

 p { color: rgb(170,171,128); }

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

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

 a { background-color: rgb(170,171,128); }

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

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

 span { border-color: rgb(170,171,128); }

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