#AAB37D

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

Shades of Locust #AAB37D

Tints of Locust #AAB37D

Color information

#AAB37D (or 0xAAB37D) is unknown color: approx Locust. HEX triplet: AA, B3 and 7D. RGB value is (170,179,125). Sum of RGB (Red+Green+Blue) = 170+179+125=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37D is #554C82. Grayscale: #AAAAAA. Windows color (decimal): -5590147 or 8237994. OLE color: 8237994.

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

Color convert

RGB170179125-
CMYK0.0500.300.30
HSL70º26.21%59.61%-
HSV(B)70º30.17%70.2%-
XYZ36.442.2725.64-
YUV170.15102.52127.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=35.86%
G=37.76%
B=26.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791250.0500.300.307026.2159.61
HexAAB37D501E1E461a3c
Octal2522631755036361063274
Binary1010101010110011111110110101111011110100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB37D; }

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

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

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

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

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

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

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

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