#AAAB81

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

Shades of Locust #AAAB81

Tints of Locust #AAAB81

Color information

#AAAB81 (or 0xAAAB81) is unknown color: approx Locust. HEX triplet: AA, AB and 81. RGB value is (170,171,129). Sum of RGB (Red+Green+Blue) = 170+171+129=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB81 is #55547E. Grayscale: #A6A6A6. Windows color (decimal): -5592191 or 8498090. OLE color: 8498090.

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

Color convert

RGB170171129-
CMYK0.0100.250.33
HSL61.43º20%58.82%-
HSV(B)61.43º24.56%67.06%-
XYZ35.139.2626.5-
YUV165.91107.17130.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=36.17%
G=36.38%
B=27.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711290.0100.250.3361.432058.82
HexAAAB811019213d143b
Octal252253201103141752473
Binary101010101010101110000001101100110000111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB81; }

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

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

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

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

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

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

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

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