Shades of Green Smoke #AAB56A
Tints of Green Smoke #AAB56A
RGB
CMYK
RGB Variations
Color information
#AAB56A (or 0xAAB56A) is known color: Green Smoke. HEX triplet: AA, B5 and 6A. RGB value is (170,181,106). Sum of RGB (Red+Green+Blue) = 170+181+106=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB56A is #554A95. Grayscale: #A9A9A9. Windows color (decimal): -5589654 or 6993322. OLE color: 6993322.
HSL color Cylindrical-coordinate representation of color #AAB56A: hue angle of 68.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB56A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 106 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.29 |
| HSL | 68.8º | 0.34% | 0.56% | - |
| HSV(B) | 68.8º | 0.41% | 0.71% | - |
| XYZ | 35.7 | 42.63 | 19.98 | - |
| YUV | 169.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 106 | 0.06 | 0 | 0.41 | 0.29 | 68.8 | 0.34 | 0.56 |
| Hex | AA | B5 | 6A | 6 | 0 | 29 | 1D | 45 | 22 | 38 |
| Octal | 252 | 265 | 152 | 6 | 0 | 51 | 35 | 105 | 42 | 70 |
| Binary | 10101010 | 10110101 | 1101010 | 110 | 0 | 101001 | 11101 | 1000101 | 100010 | 111000 |
Color Harmonies of #AAB56A
Complementary color
Monochromatic Colors of #AAB56A
Black with #AAB56A
Text Example
Text Example
White with #AAB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB56A; }
p { color: rgb(170,181,106); }
H1.HeaderClassName
{
color: #AAB56A;
}
.AnyTagClassName
{
color: #AAB56A;
}
</style>
background-color css
<style>
a { background-color: #AAB56A; }
a { background-color: rgb(170,181,106); }
div.DivClassName
{
background-color: #AAB56A;
}
.BgClassName
{
background-color: #AAB56A;
}
</style>
border-color css
<style>
span { border-color: #AAB56A; }
span { border-color: rgb(170,181,106); }
td.TdClassName
{
border-color: #AAB56A;
}
.TagClassName
{
border-color: #AAB56A;
}
</style>