#AAB180

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

Shades of Locust #AAB180

Tints of Locust #AAB180

Color information

#AAB180 (or 0xAAB180) is unknown color: approx Locust. HEX triplet: AA, B1 and 80. RGB value is (170,177,128). Sum of RGB (Red+Green+Blue) = 170+177+128=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB180 is #554E7F. Grayscale: #A9A9A9. Windows color (decimal): -5590656 or 8434090. OLE color: 8434090.

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

Color convert

RGB170177128-
CMYK0.0400.280.31
HSL68.57º23.9%59.8%-
HSV(B)68.57º27.68%69.41%-
XYZ36.241.5526.53-
YUV169.32104.68128.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=35.79%
G=37.26%
B=26.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771280.0400.280.3168.5723.959.8
HexAAB180401C1F45183c
Octal2522612004034371053074
Binary10101010101100011000000010001110011111100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB180; }

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

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

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

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

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

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

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

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