Shades of Green Smoke #AAB36B
Tints of Green Smoke #AAB36B
RGB
CMYK
RGB Variations
Color information
#AAB36B (or 0xAAB36B) is known color: Green Smoke. HEX triplet: AA, B3 and 6B. RGB value is (170,179,107). Sum of RGB (Red+Green+Blue) = 170+179+107=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB36B is #554C94. Grayscale: #A8A8A8. Windows color (decimal): -5590165 or 7058346. OLE color: 7058346.
HSL color Cylindrical-coordinate representation of color #AAB36B: hue angle of 67.5º 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 #AAB36B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 107 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.30 |
| HSL | 67.5º | 0.32% | 0.56% | - |
| HSV(B) | 67.5º | 0.4% | 0.7% | - |
| XYZ | 35.35 | 41.85 | 20.12 | - |
| YUV | 168.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 107 | 0.05 | 0 | 0.40 | 0.30 | 67.5 | 0.32 | 0.56 |
| Hex | AA | B3 | 6B | 5 | 0 | 28 | 1E | 44 | 20 | 38 |
| Octal | 252 | 263 | 153 | 5 | 0 | 50 | 36 | 104 | 40 | 70 |
| Binary | 10101010 | 10110011 | 1101011 | 101 | 0 | 101000 | 11110 | 1000100 | 100000 | 111000 |
Color Harmonies of #AAB36B
Complementary color
Monochromatic Colors of #AAB36B
Black with #AAB36B
Text Example
Text Example
White with #AAB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB36B; }
p { color: rgb(170,179,107); }
H1.HeaderClassName
{
color: #AAB36B;
}
.AnyTagClassName
{
color: #AAB36B;
}
</style>
background-color css
<style>
a { background-color: #AAB36B; }
a { background-color: rgb(170,179,107); }
div.DivClassName
{
background-color: #AAB36B;
}
.BgClassName
{
background-color: #AAB36B;
}
</style>
border-color css
<style>
span { border-color: #AAB36B; }
span { border-color: rgb(170,179,107); }
td.TdClassName
{
border-color: #AAB36B;
}
.TagClassName
{
border-color: #AAB36B;
}
</style>