Shades of Green Smoke #AAB569
Tints of Green Smoke #AAB569
RGB
CMYK
RGB Variations
Color information
#AAB569 (or 0xAAB569) is known color: Green Smoke. HEX triplet: AA, B5 and 69. RGB value is (170,181,105). Sum of RGB (Red+Green+Blue) = 170+181+105=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB569 is #554A96. Grayscale: #A9A9A9. Windows color (decimal): -5589655 or 6927786. OLE color: 6927786.
HSL color Cylindrical-coordinate representation of color #AAB569: hue angle of 68.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB569 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 105 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.29 |
| HSL | 68.68º | 0.34% | 0.56% | - |
| HSV(B) | 68.68º | 0.42% | 0.71% | - |
| XYZ | 35.65 | 42.61 | 19.71 | - |
| YUV | 169.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 105 | 0.06 | 0 | 0.42 | 0.29 | 68.68 | 0.34 | 0.56 |
| Hex | AA | B5 | 69 | 6 | 0 | 2A | 1D | 45 | 22 | 38 |
| Octal | 252 | 265 | 151 | 6 | 0 | 52 | 35 | 105 | 42 | 70 |
| Binary | 10101010 | 10110101 | 1101001 | 110 | 0 | 101010 | 11101 | 1000101 | 100010 | 111000 |
Color Harmonies of #AAB569
Complementary color
Monochromatic Colors of #AAB569
Black with #AAB569
Text Example
Text Example
White with #AAB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB569; }
p { color: rgb(170,181,105); }
H1.HeaderClassName
{
color: #AAB569;
}
.AnyTagClassName
{
color: #AAB569;
}
</style>
background-color css
<style>
a { background-color: #AAB569; }
a { background-color: rgb(170,181,105); }
div.DivClassName
{
background-color: #AAB569;
}
.BgClassName
{
background-color: #AAB569;
}
</style>
border-color css
<style>
span { border-color: #AAB569; }
span { border-color: rgb(170,181,105); }
td.TdClassName
{
border-color: #AAB569;
}
.TagClassName
{
border-color: #AAB569;
}
</style>