Shades of Green Smoke #AAB46C
Tints of Green Smoke #AAB46C
RGB
CMYK
RGB Variations
Color information
#AAB46C (or 0xAAB46C) is known color: Green Smoke. HEX triplet: AA, B4 and 6C. RGB value is (170,180,108). Sum of RGB (Red+Green+Blue) = 170+180+108=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB46C is #554B93. Grayscale: #A9A9A9. Windows color (decimal): -5589908 or 7124138. OLE color: 7124138.
HSL color Cylindrical-coordinate representation of color #AAB46C: hue angle of 68.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB46C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 108 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.29 |
| HSL | 68.33º | 0.32% | 0.56% | - |
| HSV(B) | 68.33º | 0.4% | 0.71% | - |
| XYZ | 35.61 | 42.27 | 20.47 | - |
| YUV | 168.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 108 | 0.06 | 0 | 0.40 | 0.29 | 68.33 | 0.32 | 0.56 |
| Hex | AA | B4 | 6C | 6 | 0 | 28 | 1D | 44 | 20 | 38 |
| Octal | 252 | 264 | 154 | 6 | 0 | 50 | 35 | 104 | 40 | 70 |
| Binary | 10101010 | 10110100 | 1101100 | 110 | 0 | 101000 | 11101 | 1000100 | 100000 | 111000 |
Color Harmonies of #AAB46C
Complementary color
Monochromatic Colors of #AAB46C
Black with #AAB46C
Text Example
Text Example
White with #AAB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB46C; }
p { color: rgb(170,180,108); }
H1.HeaderClassName
{
color: #AAB46C;
}
.AnyTagClassName
{
color: #AAB46C;
}
</style>
background-color css
<style>
a { background-color: #AAB46C; }
a { background-color: rgb(170,180,108); }
div.DivClassName
{
background-color: #AAB46C;
}
.BgClassName
{
background-color: #AAB46C;
}
</style>
border-color css
<style>
span { border-color: #AAB46C; }
span { border-color: rgb(170,180,108); }
td.TdClassName
{
border-color: #AAB46C;
}
.TagClassName
{
border-color: #AAB46C;
}
</style>