#AAB282

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

Shades of Locust #AAB282

Tints of Locust #AAB282

Color information

#AAB282 (or 0xAAB282) is unknown color: approx Locust. HEX triplet: AA, B2 and 82. RGB value is (170,178,130). Sum of RGB (Red+Green+Blue) = 170+178+130=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB282 is #554D7D. Grayscale: #AAAAAA. Windows color (decimal): -5590398 or 8565418. OLE color: 8565418.

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

Color convert

RGB170178130-
CMYK0.0400.270.30
HSL70º23.76%60.39%-
HSV(B)70º26.97%69.8%-
XYZ36.534227.3-
YUV170.14105.35127.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=35.56%
G=37.24%
B=27.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781300.0400.270.307023.7660.39
HexAAB282401B1E46183c
Octal2522622024033361063074
Binary10101010101100101000001010001101111110100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB282; }

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

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

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

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

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

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

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

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