#AAAB82

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

Shades of Locust #AAAB82

Tints of Locust #AAAB82

Color information

#AAAB82 (or 0xAAAB82) is unknown color: approx Locust. HEX triplet: AA, AB and 82. RGB value is (170,171,130). Sum of RGB (Red+Green+Blue) = 170+171+130=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB82 is #55547D. Grayscale: #A6A6A6. Windows color (decimal): -5592190 or 8563626. OLE color: 8563626.

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

Color convert

RGB170171130-
CMYK0.0100.240.33
HSL61.46º19.62%59.02%-
HSV(B)61.46º23.98%67.06%-
XYZ35.1739.2826.85-
YUV166.03107.67130.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=36.09%
G=36.31%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711300.0100.240.3361.4619.6259.02
HexAAAB821018213d143b
Octal252253202103041752473
Binary101010101010101110000010101100010000111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB82; }

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

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

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

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

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

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

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

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