Shades of Green Smoke #AAB370
Tints of Green Smoke #AAB370
RGB
CMYK
RGB Variations
Color information
#AAB370 (or 0xAAB370) is known color: Green Smoke. HEX triplet: AA, B3 and 70. RGB value is (170,179,112). Sum of RGB (Red+Green+Blue) = 170+179+112=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB370 is #554C8F. Grayscale: #A8A8A8. Windows color (decimal): -5590160 or 7386026. OLE color: 7386026.
HSL color Cylindrical-coordinate representation of color #AAB370: hue angle of 68.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB370 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 112 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.30 |
| HSL | 68.06º | 0.31% | 0.57% | - |
| HSV(B) | 68.06º | 0.37% | 0.7% | - |
| XYZ | 35.62 | 41.96 | 21.55 | - |
| YUV | 168.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 112 | 0.05 | 0 | 0.37 | 0.30 | 68.06 | 0.31 | 0.57 |
| Hex | AA | B3 | 70 | 5 | 0 | 25 | 1E | 44 | 1F | 39 |
| Octal | 252 | 263 | 160 | 5 | 0 | 45 | 36 | 104 | 37 | 71 |
| Binary | 10101010 | 10110011 | 1110000 | 101 | 0 | 100101 | 11110 | 1000100 | 11111 | 111001 |
Color Harmonies of #AAB370
Complementary color
Monochromatic Colors of #AAB370
Black with #AAB370
Text Example
Text Example
White with #AAB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB370; }
p { color: rgb(170,179,112); }
H1.HeaderClassName
{
color: #AAB370;
}
.AnyTagClassName
{
color: #AAB370;
}
</style>
background-color css
<style>
a { background-color: #AAB370; }
a { background-color: rgb(170,179,112); }
div.DivClassName
{
background-color: #AAB370;
}
.BgClassName
{
background-color: #AAB370;
}
</style>
border-color css
<style>
span { border-color: #AAB370; }
span { border-color: rgb(170,179,112); }
td.TdClassName
{
border-color: #AAB370;
}
.TagClassName
{
border-color: #AAB370;
}
</style>