#AAB66E

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

Shades of Green Smoke #AAB66E

Tints of Green Smoke #AAB66E

Color information

#AAB66E (or 0xAAB66E) is unknown color: approx Green Smoke. HEX triplet: AA, B6 and 6E. RGB value is (170,182,110). Sum of RGB (Red+Green+Blue) = 170+182+110=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB66E is #554991. Grayscale: #AAAAAA. Windows color (decimal): -5589394 or 7255722. OLE color: 7255722.

HSL color Cylindrical-coordinate representation of color #AAB66E: hue angle of 70º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB66E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB170182110-
CMYK0.0700.400.29
HSL70º33.03%57.25%-
HSV(B)70º39.56%71.37%-
XYZ36.1243.1321.17-
YUV170.294.02127.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=36.80%
G=39.39%
B=23.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821100.0700.400.297033.0357.25
HexAAB66E70281D462139
Octal2522661567050351064171
Binary101010101011011011011101110101000111011000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB66E; }

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

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

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

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

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

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

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

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