Shades of Green Smoke #AAB16C
Tints of Green Smoke #AAB16C
RGB
CMYK
RGB Variations
Color information
#AAB16C (or 0xAAB16C) is known color: Green Smoke. HEX triplet: AA, B1 and 6C. RGB value is (170,177,108). Sum of RGB (Red+Green+Blue) = 170+177+108=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB16C is #554E93. Grayscale: #A7A7A7. Windows color (decimal): -5590676 or 7123370. OLE color: 7123370.
HSL color Cylindrical-coordinate representation of color #AAB16C: hue angle of 66.09º degrees, saturation: 0.31, 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 #AAB16C is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 108 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.31 |
| HSL | 66.09º | 0.31% | 0.56% | - |
| HSV(B) | 66.09º | 0.39% | 0.69% | - |
| XYZ | 35.01 | 41.07 | 20.27 | - |
| YUV | 167.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 108 | 0.04 | 0 | 0.39 | 0.31 | 66.09 | 0.31 | 0.56 |
| Hex | AA | B1 | 6C | 4 | 0 | 27 | 1F | 42 | 1F | 38 |
| Octal | 252 | 261 | 154 | 4 | 0 | 47 | 37 | 102 | 37 | 70 |
| Binary | 10101010 | 10110001 | 1101100 | 100 | 0 | 100111 | 11111 | 1000010 | 11111 | 111000 |
Color Harmonies of #AAB16C
Complementary color
Monochromatic Colors of #AAB16C
Black with #AAB16C
Text Example
Text Example
White with #AAB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB16C; }
p { color: rgb(170,177,108); }
H1.HeaderClassName
{
color: #AAB16C;
}
.AnyTagClassName
{
color: #AAB16C;
}
</style>
background-color css
<style>
a { background-color: #AAB16C; }
a { background-color: rgb(170,177,108); }
div.DivClassName
{
background-color: #AAB16C;
}
.BgClassName
{
background-color: #AAB16C;
}
</style>
border-color css
<style>
span { border-color: #AAB16C; }
span { border-color: rgb(170,177,108); }
td.TdClassName
{
border-color: #AAB16C;
}
.TagClassName
{
border-color: #AAB16C;
}
</style>