#AAB081

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

Shades of Locust #AAB081

Tints of Locust #AAB081

Color information

#AAB081 (or 0xAAB081) is unknown color: approx Locust. HEX triplet: AA, B0 and 81. RGB value is (170,176,129). Sum of RGB (Red+Green+Blue) = 170+176+129=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB081 is #554F7E. Grayscale: #A9A9A9. Windows color (decimal): -5590911 or 8499370. OLE color: 8499370.

HSL color Cylindrical-coordinate representation of color #AAB081: hue angle of 67.66º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB081 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB170176129-
CMYK0.0300.270.31
HSL67.66º22.93%59.8%-
HSV(B)67.66º26.7%69.02%-
XYZ36.0741.1826.82-
YUV168.85105.51128.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=35.79%
G=37.05%
B=27.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761290.0300.270.3167.6622.9359.8
HexAAB081301B1F44173c
Octal2522602013033371042774
Binary1010101010110000100000011101101111111100010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB081; }

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

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

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

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

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

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

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

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