Shades of Green Smoke #AAB668
Tints of Green Smoke #AAB668
RGB
CMYK
RGB Variations
Color information
#AAB668 (or 0xAAB668) is known color: Green Smoke. HEX triplet: AA, B6 and 68. RGB value is (170,182,104). Sum of RGB (Red+Green+Blue) = 170+182+104=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB668 is #554997. Grayscale: #A9A9A9. Windows color (decimal): -5589400 or 6862506. OLE color: 6862506.
HSL color Cylindrical-coordinate representation of color #AAB668: hue angle of 69.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB668 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 104 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.29 |
| HSL | 69.23º | 0.35% | 0.56% | - |
| HSV(B) | 69.23º | 0.43% | 0.71% | - |
| XYZ | 35.8 | 43 | 19.51 | - |
| YUV | 169.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 104 | 0.07 | 0 | 0.43 | 0.29 | 69.23 | 0.35 | 0.56 |
| Hex | AA | B6 | 68 | 7 | 0 | 2B | 1D | 45 | 23 | 38 |
| Octal | 252 | 266 | 150 | 7 | 0 | 53 | 35 | 105 | 43 | 70 |
| Binary | 10101010 | 10110110 | 1101000 | 111 | 0 | 101011 | 11101 | 1000101 | 100011 | 111000 |
Color Harmonies of #AAB668
Complementary color
Monochromatic Colors of #AAB668
Black with #AAB668
Text Example
Text Example
White with #AAB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB668; }
p { color: rgb(170,182,104); }
H1.HeaderClassName
{
color: #AAB668;
}
.AnyTagClassName
{
color: #AAB668;
}
</style>
background-color css
<style>
a { background-color: #AAB668; }
a { background-color: rgb(170,182,104); }
div.DivClassName
{
background-color: #AAB668;
}
.BgClassName
{
background-color: #AAB668;
}
</style>
border-color css
<style>
span { border-color: #AAB668; }
span { border-color: rgb(170,182,104); }
td.TdClassName
{
border-color: #AAB668;
}
.TagClassName
{
border-color: #AAB668;
}
</style>