Shades of Green Smoke #AAB468
Tints of Green Smoke #AAB468
RGB
CMYK
RGB Variations
Color information
#AAB468 (or 0xAAB468) is known color: Green Smoke. HEX triplet: AA, B4 and 68. RGB value is (170,180,104). Sum of RGB (Red+Green+Blue) = 170+180+104=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB468 is #554B97. Grayscale: #A8A8A8. Windows color (decimal): -5589912 or 6861994. OLE color: 6861994.
HSL color Cylindrical-coordinate representation of color #AAB468: hue angle of 67.89º 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 #AAB468 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 104 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.29 |
| HSL | 67.89º | 0.34% | 0.56% | - |
| HSV(B) | 67.89º | 0.42% | 0.71% | - |
| XYZ | 35.4 | 42.19 | 19.37 | - |
| YUV | 168.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 104 | 0.06 | 0 | 0.42 | 0.29 | 67.89 | 0.34 | 0.56 |
| Hex | AA | B4 | 68 | 6 | 0 | 2A | 1D | 44 | 22 | 38 |
| Octal | 252 | 264 | 150 | 6 | 0 | 52 | 35 | 104 | 42 | 70 |
| Binary | 10101010 | 10110100 | 1101000 | 110 | 0 | 101010 | 11101 | 1000100 | 100010 | 111000 |
Color Harmonies of #AAB468
Complementary color
Monochromatic Colors of #AAB468
Black with #AAB468
Text Example
Text Example
White with #AAB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB468; }
p { color: rgb(170,180,104); }
H1.HeaderClassName
{
color: #AAB468;
}
.AnyTagClassName
{
color: #AAB468;
}
</style>
background-color css
<style>
a { background-color: #AAB468; }
a { background-color: rgb(170,180,104); }
div.DivClassName
{
background-color: #AAB468;
}
.BgClassName
{
background-color: #AAB468;
}
</style>
border-color css
<style>
span { border-color: #AAB468; }
span { border-color: rgb(170,180,104); }
td.TdClassName
{
border-color: #AAB468;
}
.TagClassName
{
border-color: #AAB468;
}
</style>