Shades of Green Smoke #AAB26B
Tints of Green Smoke #AAB26B
RGB
CMYK
RGB Variations
Color information
#AAB26B (or 0xAAB26B) is known color: Green Smoke. HEX triplet: AA, B2 and 6B. RGB value is (170,178,107). Sum of RGB (Red+Green+Blue) = 170+178+107=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB26B is #554D94. Grayscale: #A7A7A7. Windows color (decimal): -5590421 or 7058090. OLE color: 7058090.
HSL color Cylindrical-coordinate representation of color #AAB26B: hue angle of 66.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB26B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 107 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.30 |
| HSL | 66.76º | 0.32% | 0.56% | - |
| HSV(B) | 66.76º | 0.4% | 0.7% | - |
| XYZ | 35.15 | 41.45 | 20.06 | - |
| YUV | 167.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 107 | 0.04 | 0 | 0.40 | 0.30 | 66.76 | 0.32 | 0.56 |
| Hex | AA | B2 | 6B | 4 | 0 | 28 | 1E | 43 | 20 | 38 |
| Octal | 252 | 262 | 153 | 4 | 0 | 50 | 36 | 103 | 40 | 70 |
| Binary | 10101010 | 10110010 | 1101011 | 100 | 0 | 101000 | 11110 | 1000011 | 100000 | 111000 |
Color Harmonies of #AAB26B
Complementary color
Monochromatic Colors of #AAB26B
Black with #AAB26B
Text Example
Text Example
White with #AAB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB26B; }
p { color: rgb(170,178,107); }
H1.HeaderClassName
{
color: #AAB26B;
}
.AnyTagClassName
{
color: #AAB26B;
}
</style>
background-color css
<style>
a { background-color: #AAB26B; }
a { background-color: rgb(170,178,107); }
div.DivClassName
{
background-color: #AAB26B;
}
.BgClassName
{
background-color: #AAB26B;
}
</style>
border-color css
<style>
span { border-color: #AAB26B; }
span { border-color: rgb(170,178,107); }
td.TdClassName
{
border-color: #AAB26B;
}
.TagClassName
{
border-color: #AAB26B;
}
</style>