#AAB37C

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

Shades of Locust #AAB37C

Tints of Locust #AAB37C

Color information

#AAB37C (or 0xAAB37C) is unknown color: approx Locust. HEX triplet: AA, B3 and 7C. RGB value is (170,179,124). Sum of RGB (Red+Green+Blue) = 170+179+124=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37C is #554C83. Grayscale: #AAAAAA. Windows color (decimal): -5590148 or 8172458. OLE color: 8172458.

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

Color convert

RGB170179124-
CMYK0.0500.310.30
HSL69.82º26.57%59.41%-
HSV(B)69.82º30.73%70.2%-
XYZ36.3442.2425.31-
YUV170.04102.02127.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=35.94%
G=37.84%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791240.0500.310.3069.8226.5759.41
HexAAB37C501F1E461b3b
Octal2522631745037361063373
Binary1010101010110011111110010101111111110100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB37C; }

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

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

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

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

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

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

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

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