#AAB37B

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

Shades of Locust #AAB37B

Tints of Locust #AAB37B

Color information

#AAB37B (or 0xAAB37B) is unknown color: approx Locust. HEX triplet: AA, B3 and 7B. RGB value is (170,179,123). Sum of RGB (Red+Green+Blue) = 170+179+123=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB37B is #554C84. Grayscale: #AAAAAA. Windows color (decimal): -5590149 or 8106922. OLE color: 8106922.

HSL color Cylindrical-coordinate representation of color #AAB37B: hue angle of 69.64º 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 #AAB37B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB170179123-
CMYK0.0500.310.30
HSL69.64º26.92%59.22%-
HSV(B)69.64º31.28%70.2%-
XYZ36.2742.2224.98-
YUV169.92101.52128.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=36.02%
G=37.92%
B=26.06%

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
Decimal1701791230.0500.310.3069.6426.9259.22
HexAAB37B501F1E461b3b
Octal2522631735037361063373
Binary1010101010110011111101110101111111110100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB37B; }

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

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

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

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

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

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

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

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