#AAB66F

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

Shades of Green Smoke #AAB66F

Tints of Green Smoke #AAB66F

Color information

#AAB66F (or 0xAAB66F) is unknown color: approx Green Smoke. HEX triplet: AA, B6 and 6F. RGB value is (170,182,111). Sum of RGB (Red+Green+Blue) = 170+182+111=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB66F is #554990. Grayscale: #AAAAAA. Windows color (decimal): -5589393 or 7321258. OLE color: 7321258.

HSL color Cylindrical-coordinate representation of color #AAB66F: hue angle of 70.14º degrees, saturation: 0.33, 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 #AAB66F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB170182111-
CMYK0.0700.390.29
HSL70.14º32.72%57.45%-
HSV(B)70.14º39.01%71.37%-
XYZ36.1743.1521.46-
YUV170.3294.52127.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=36.72%
G=39.31%
B=23.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821110.0700.390.2970.1432.7257.45
HexAAB66F70271D462139
Octal2522661577047351064171
Binary101010101011011011011111110100111111011000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB66F; }

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

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

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

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

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

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

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

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