Shades of Green Smoke #AAB570
Tints of Green Smoke #AAB570
RGB
CMYK
RGB Variations
Color information
#AAB570 (or 0xAAB570) is known color: Green Smoke. HEX triplet: AA, B5 and 70. RGB value is (170,181,112). Sum of RGB (Red+Green+Blue) = 170+181+112=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB570 is #554A8F. Grayscale: #AAAAAA. Windows color (decimal): -5589648 or 7386538. OLE color: 7386538.
HSL color Cylindrical-coordinate representation of color #AAB570: hue angle of 69.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB570 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 112 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.29 |
| HSL | 69.57º | 0.32% | 0.57% | - |
| HSV(B) | 69.57º | 0.38% | 0.71% | - |
| XYZ | 36.03 | 42.76 | 21.68 | - |
| YUV | 169.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 112 | 0.06 | 0 | 0.38 | 0.29 | 69.57 | 0.32 | 0.57 |
| Hex | AA | B5 | 70 | 6 | 0 | 26 | 1D | 46 | 20 | 39 |
| Octal | 252 | 265 | 160 | 6 | 0 | 46 | 35 | 106 | 40 | 71 |
| Binary | 10101010 | 10110101 | 1110000 | 110 | 0 | 100110 | 11101 | 1000110 | 100000 | 111001 |
Color Harmonies of #AAB570
Complementary color
Monochromatic Colors of #AAB570
Black with #AAB570
Text Example
Text Example
White with #AAB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB570; }
p { color: rgb(170,181,112); }
H1.HeaderClassName
{
color: #AAB570;
}
.AnyTagClassName
{
color: #AAB570;
}
</style>
background-color css
<style>
a { background-color: #AAB570; }
a { background-color: rgb(170,181,112); }
div.DivClassName
{
background-color: #AAB570;
}
.BgClassName
{
background-color: #AAB570;
}
</style>
border-color css
<style>
span { border-color: #AAB570; }
span { border-color: rgb(170,181,112); }
td.TdClassName
{
border-color: #AAB570;
}
.TagClassName
{
border-color: #AAB570;
}
</style>