#AAB56F

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

Shades of Green Smoke #AAB56F

Tints of Green Smoke #AAB56F

Color information

#AAB56F (or 0xAAB56F) is unknown color: approx Green Smoke. HEX triplet: AA, B5 and 6F. RGB value is (170,181,111). Sum of RGB (Red+Green+Blue) = 170+181+111=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB56F is #554A90. Grayscale: #AAAAAA. Windows color (decimal): -5589649 or 7321002. OLE color: 7321002.

HSL color Cylindrical-coordinate representation of color #AAB56F: hue angle of 69.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB56F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB170181111-
CMYK0.0600.390.29
HSL69.43º32.11%57.25%-
HSV(B)69.43º38.67%70.98%-
XYZ35.9742.7421.39-
YUV169.7394.86128.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 181 (71.09% from 255) = 39.18%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=36.80%
G=39.18%
B=24.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811110.0600.390.2969.4332.1157.25
HexAAB56F60271D452039
Octal2522651576047351054071
Binary101010101011010111011111100100111111011000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB56F; }

 p { color: rgb(170,181,111); }

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

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

 a { background-color: rgb(170,181,111); }

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

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

 span { border-color: rgb(170,181,111); }

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