#AAAB86

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

Shades of Locust #AAAB86

Tints of Locust #AAAB86

Color information

#AAAB86 (or 0xAAAB86) is unknown color: approx Locust. HEX triplet: AA, AB and 86. RGB value is (170,171,134). Sum of RGB (Red+Green+Blue) = 170+171+134=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB86 is #555479. Grayscale: #A6A6A6. Windows color (decimal): -5592186 or 8825770. OLE color: 8825770.

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

Color convert

RGB170171134-
CMYK0.0100.220.33
HSL61.62º18.05%59.8%-
HSV(B)61.62º21.64%67.06%-
XYZ35.4439.3928.29-
YUV166.48109.67130.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=35.79%
G=36%
B=28.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711340.0100.220.3361.6218.0559.8
HexAAAB861016213e123c
Octal252253206102641762274
Binary101010101010101110000110101011010000111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB86; }

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

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

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

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

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

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

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

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