#AAAB83

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

Shades of Locust #AAAB83

Tints of Locust #AAAB83

Color information

#AAAB83 (or 0xAAAB83) is unknown color: approx Locust. HEX triplet: AA, AB and 83. RGB value is (170,171,131). Sum of RGB (Red+Green+Blue) = 170+171+131=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB83 is #55547C. Grayscale: #A6A6A6. Windows color (decimal): -5592189 or 8629162. OLE color: 8629162.

HSL color Cylindrical-coordinate representation of color #AAAB83: hue angle of 61.5º 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 #AAAB83 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB170171131-
CMYK0.0100.230.33
HSL61.5º19.23%59.22%-
HSV(B)61.5º23.39%67.06%-
XYZ35.2439.3127.2-
YUV166.14108.17130.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=36.02%
G=36.23%
B=27.75%

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
Decimal1701711310.0100.230.3361.519.2359.22
HexAAAB831017213e133b
Octal252253203102741762373
Binary101010101010101110000011101011110000111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB83; }

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

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

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

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

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

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

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

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