#AAB372

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

Shades of Locust #AAB372

Tints of Locust #AAB372

Color information

#AAB372 (or 0xAAB372) is unknown color: approx Locust. HEX triplet: AA, B3 and 72. RGB value is (170,179,114). Sum of RGB (Red+Green+Blue) = 170+179+114=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB372 is #554C8D. Grayscale: #A9A9A9. Windows color (decimal): -5590158 or 7517098. OLE color: 7517098.

HSL color Cylindrical-coordinate representation of color #AAB372: hue angle of 68.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB372 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB170179114-
CMYK0.0500.360.30
HSL68.31º29.95%57.45%-
HSV(B)68.31º36.31%70.2%-
XYZ35.734222.14-
YUV168.997.02128.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=36.72%
G=38.66%
B=24.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791140.0500.360.3068.3129.9557.45
HexAAB37250241E441e39
Octal2522631625044361043671
Binary10101010101100111110010101010010011110100010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB372; }

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

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

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

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

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

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

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

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