#AAB172

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

Shades of Locust #AAB172

Tints of Locust #AAB172

Color information

#AAB172 (or 0xAAB172) is unknown color: approx Locust. HEX triplet: AA, B1 and 72. RGB value is (170,177,114). Sum of RGB (Red+Green+Blue) = 170+177+114=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB172 is #554E8D. Grayscale: #A7A7A7. Windows color (decimal): -5590670 or 7516586. OLE color: 7516586.

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

Color convert

RGB170177114-
CMYK0.0400.360.31
HSL66.67º28.77%57.06%-
HSV(B)66.67º35.59%69.41%-
XYZ35.3441.2122.01-
YUV167.7297.68129.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=36.88%
G=38.39%
B=24.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771140.0400.360.3166.6728.7757.06
HexAAB17240241F431d39
Octal2522611624044371033571
Binary10101010101100011110010100010010011111100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB172; }

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

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

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

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

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

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

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

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