Shades of Green Smoke #AAB26C
Tints of Green Smoke #AAB26C
RGB
CMYK
RGB Variations
Color information
#AAB26C (or 0xAAB26C) is known color: Green Smoke. HEX triplet: AA, B2 and 6C. RGB value is (170,178,108). Sum of RGB (Red+Green+Blue) = 170+178+108=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB26C is #554D93. Grayscale: #A7A7A7. Windows color (decimal): -5590420 or 7123626. OLE color: 7123626.
HSL color Cylindrical-coordinate representation of color #AAB26C: hue angle of 66.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB26C is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 108 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.30 |
| HSL | 66.86º | 0.31% | 0.56% | - |
| HSV(B) | 66.86º | 0.39% | 0.7% | - |
| XYZ | 35.2 | 41.47 | 20.34 | - |
| YUV | 167.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 108 | 0.04 | 0 | 0.39 | 0.30 | 66.86 | 0.31 | 0.56 |
| Hex | AA | B2 | 6C | 4 | 0 | 27 | 1E | 43 | 1F | 38 |
| Octal | 252 | 262 | 154 | 4 | 0 | 47 | 36 | 103 | 37 | 70 |
| Binary | 10101010 | 10110010 | 1101100 | 100 | 0 | 100111 | 11110 | 1000011 | 11111 | 111000 |
Color Harmonies of #AAB26C
Complementary color
Monochromatic Colors of #AAB26C
Black with #AAB26C
Text Example
Text Example
White with #AAB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB26C; }
p { color: rgb(170,178,108); }
H1.HeaderClassName
{
color: #AAB26C;
}
.AnyTagClassName
{
color: #AAB26C;
}
</style>
background-color css
<style>
a { background-color: #AAB26C; }
a { background-color: rgb(170,178,108); }
div.DivClassName
{
background-color: #AAB26C;
}
.BgClassName
{
background-color: #AAB26C;
}
</style>
border-color css
<style>
span { border-color: #AAB26C; }
span { border-color: rgb(170,178,108); }
td.TdClassName
{
border-color: #AAB26C;
}
.TagClassName
{
border-color: #AAB26C;
}
</style>