#AAB182

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

Shades of Locust #AAB182

Tints of Locust #AAB182

Color information

#AAB182 (or 0xAAB182) is unknown color: approx Locust. HEX triplet: AA, B1 and 82. RGB value is (170,177,130). Sum of RGB (Red+Green+Blue) = 170+177+130=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB182 is #554E7D. Grayscale: #A9A9A9. Windows color (decimal): -5590654 or 8565162. OLE color: 8565162.

HSL color Cylindrical-coordinate representation of color #AAB182: hue angle of 68.94º 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 #AAB182 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB170177130-
CMYK0.0400.270.31
HSL68.94º23.15%60.2%-
HSV(B)68.94º26.55%69.41%-
XYZ36.3341.627.23-
YUV169.55105.68128.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=35.64%
G=37.11%
B=27.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771300.0400.270.3168.9423.1560.2
HexAAB182401B1F45173c
Octal2522612024033371052774
Binary10101010101100011000001010001101111111100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB182; }

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

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

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

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

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

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

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

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