Shades of Green Smoke #AAB669
Tints of Green Smoke #AAB669
RGB
CMYK
RGB Variations
Color information
#AAB669 (or 0xAAB669) is known color: Green Smoke. HEX triplet: AA, B6 and 69. RGB value is (170,182,105). Sum of RGB (Red+Green+Blue) = 170+182+105=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB669 is #554996. Grayscale: #A9A9A9. Windows color (decimal): -5589399 or 6928042. OLE color: 6928042.
HSL color Cylindrical-coordinate representation of color #AAB669: hue angle of 69.35º degrees, saturation: 0.35, 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 #AAB669 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 105 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.29 |
| HSL | 69.35º | 0.35% | 0.56% | - |
| HSV(B) | 69.35º | 0.42% | 0.71% | - |
| XYZ | 35.86 | 43.02 | 19.78 | - |
| YUV | 169.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 105 | 0.07 | 0 | 0.42 | 0.29 | 69.35 | 0.35 | 0.56 |
| Hex | AA | B6 | 69 | 7 | 0 | 2A | 1D | 45 | 23 | 38 |
| Octal | 252 | 266 | 151 | 7 | 0 | 52 | 35 | 105 | 43 | 70 |
| Binary | 10101010 | 10110110 | 1101001 | 111 | 0 | 101010 | 11101 | 1000101 | 100011 | 111000 |
Color Harmonies of #AAB669
Complementary color
Monochromatic Colors of #AAB669
Black with #AAB669
Text Example
Text Example
White with #AAB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB669; }
p { color: rgb(170,182,105); }
H1.HeaderClassName
{
color: #AAB669;
}
.AnyTagClassName
{
color: #AAB669;
}
</style>
background-color css
<style>
a { background-color: #AAB669; }
a { background-color: rgb(170,182,105); }
div.DivClassName
{
background-color: #AAB669;
}
.BgClassName
{
background-color: #AAB669;
}
</style>
border-color css
<style>
span { border-color: #AAB669; }
span { border-color: rgb(170,182,105); }
td.TdClassName
{
border-color: #AAB669;
}
.TagClassName
{
border-color: #AAB669;
}
</style>