Shades of Green Smoke #AAB06C
Tints of Green Smoke #AAB06C
RGB
CMYK
RGB Variations
Color information
#AAB06C (or 0xAAB06C) is known color: Green Smoke. HEX triplet: AA, B0 and 6C. RGB value is (170,176,108). Sum of RGB (Red+Green+Blue) = 170+176+108=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06C is #554F93. Grayscale: #A6A6A6. Windows color (decimal): -5590932 or 7123114. OLE color: 7123114.
HSL color Cylindrical-coordinate representation of color #AAB06C: hue angle of 65.29º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB06C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 108 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.31 |
| HSL | 65.29º | 0.3% | 0.56% | - |
| HSV(B) | 65.29º | 0.39% | 0.69% | - |
| XYZ | 34.81 | 40.68 | 20.2 | - |
| YUV | 166.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 108 | 0.03 | 0 | 0.39 | 0.31 | 65.29 | 0.3 | 0.56 |
| Hex | AA | B0 | 6C | 3 | 0 | 27 | 1F | 41 | 1E | 38 |
| Octal | 252 | 260 | 154 | 3 | 0 | 47 | 37 | 101 | 36 | 70 |
| Binary | 10101010 | 10110000 | 1101100 | 11 | 0 | 100111 | 11111 | 1000001 | 11110 | 111000 |
Color Harmonies of #AAB06C
Complementary color
Monochromatic Colors of #AAB06C
Black with #AAB06C
Text Example
Text Example
White with #AAB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB06C; }
p { color: rgb(170,176,108); }
H1.HeaderClassName
{
color: #AAB06C;
}
.AnyTagClassName
{
color: #AAB06C;
}
</style>
background-color css
<style>
a { background-color: #AAB06C; }
a { background-color: rgb(170,176,108); }
div.DivClassName
{
background-color: #AAB06C;
}
.BgClassName
{
background-color: #AAB06C;
}
</style>
border-color css
<style>
span { border-color: #AAB06C; }
span { border-color: rgb(170,176,108); }
td.TdClassName
{
border-color: #AAB06C;
}
.TagClassName
{
border-color: #AAB06C;
}
</style>