Shades of Green Smoke #AAB869
Tints of Green Smoke #AAB869
RGB
CMYK
RGB Variations
Color information
#AAB869 (or 0xAAB869) is known color: Green Smoke. HEX triplet: AA, B8 and 69. RGB value is (170,184,105). Sum of RGB (Red+Green+Blue) = 170+184+105=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB869 is #554796. Grayscale: #ABABAB. Windows color (decimal): -5588887 or 6928554. OLE color: 6928554.
HSL color Cylindrical-coordinate representation of color #AAB869: hue angle of 70.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB869 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 105 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.28 |
| HSL | 70.63º | 0.36% | 0.57% | - |
| HSV(B) | 70.63º | 0.43% | 0.72% | - |
| XYZ | 36.27 | 43.85 | 19.92 | - |
| YUV | 170.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 105 | 0.08 | 0 | 0.43 | 0.28 | 70.63 | 0.36 | 0.57 |
| Hex | AA | B8 | 69 | 8 | 0 | 2B | 1C | 47 | 24 | 39 |
| Octal | 252 | 270 | 151 | 10 | 0 | 53 | 34 | 107 | 44 | 71 |
| Binary | 10101010 | 10111000 | 1101001 | 1000 | 0 | 101011 | 11100 | 1000111 | 100100 | 111001 |
Color Harmonies of #AAB869
Complementary color
Monochromatic Colors of #AAB869
Black with #AAB869
Text Example
Text Example
White with #AAB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB869; }
p { color: rgb(170,184,105); }
H1.HeaderClassName
{
color: #AAB869;
}
.AnyTagClassName
{
color: #AAB869;
}
</style>
background-color css
<style>
a { background-color: #AAB869; }
a { background-color: rgb(170,184,105); }
div.DivClassName
{
background-color: #AAB869;
}
.BgClassName
{
background-color: #AAB869;
}
</style>
border-color css
<style>
span { border-color: #AAB869; }
span { border-color: rgb(170,184,105); }
td.TdClassName
{
border-color: #AAB869;
}
.TagClassName
{
border-color: #AAB869;
}
</style>