#AAAB84

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

Shades of Locust #AAAB84

Tints of Locust #AAAB84

Color information

#AAAB84 (or 0xAAAB84) is unknown color: approx Locust. HEX triplet: AA, AB and 84. RGB value is (170,171,132). Sum of RGB (Red+Green+Blue) = 170+171+132=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB84 is #55547B. Grayscale: #A6A6A6. Windows color (decimal): -5592188 or 8694698. OLE color: 8694698.

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

Color convert

RGB170171132-
CMYK0.0100.230.33
HSL61.54º18.84%59.41%-
HSV(B)61.54º22.81%67.06%-
XYZ35.3139.3427.56-
YUV166.26108.67130.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=35.94%
G=36.15%
B=27.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711320.0100.230.3361.5418.8459.41
HexAAAB841017213e133b
Octal252253204102741762373
Binary101010101010101110000100101011110000111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB84; }

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

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

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

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

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

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

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

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