#AAAB85

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

Shades of Locust #AAAB85

Tints of Locust #AAAB85

Color information

#AAAB85 (or 0xAAAB85) is unknown color: approx Locust. HEX triplet: AA, AB and 85. RGB value is (170,171,133). Sum of RGB (Red+Green+Blue) = 170+171+133=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB85 is #55547A. Grayscale: #A6A6A6. Windows color (decimal): -5592187 or 8760234. OLE color: 8760234.

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

Color convert

RGB170171133-
CMYK0.0100.220.33
HSL61.58º18.45%59.61%-
HSV(B)61.58º22.22%67.06%-
XYZ35.3739.3727.92-
YUV166.37109.17130.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=35.86%
G=36.08%
B=28.06%

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
Decimal1701711330.0100.220.3361.5818.4559.61
HexAAAB851016213e123c
Octal252253205102641762274
Binary101010101010101110000101101011010000111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB85; }

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

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

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

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

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

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

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

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