#AAB281

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

Shades of Locust #AAB281

Tints of Locust #AAB281

Color information

#AAB281 (or 0xAAB281) is unknown color: approx Locust. HEX triplet: AA, B2 and 81. RGB value is (170,178,129). Sum of RGB (Red+Green+Blue) = 170+178+129=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB281 is #554D7E. Grayscale: #AAAAAA. Windows color (decimal): -5590399 or 8499882. OLE color: 8499882.

HSL color Cylindrical-coordinate representation of color #AAB281: hue angle of 69.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB281 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB170178129-
CMYK0.0400.280.30
HSL69.8º24.14%60.2%-
HSV(B)69.8º27.53%69.8%-
XYZ36.4641.9726.95-
YUV170.02104.85127.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=35.64%
G=37.32%
B=27.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781290.0400.280.3069.824.1460.2
HexAAB281401C1E46183c
Octal2522622014034361063074
Binary10101010101100101000000110001110011110100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB281; }

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

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

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

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

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

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

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

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