Shades of Green Smoke #AAB168
Tints of Green Smoke #AAB168
RGB
CMYK
RGB Variations
Color information
#AAB168 (or 0xAAB168) is known color: Green Smoke. HEX triplet: AA, B1 and 68. RGB value is (170,177,104). Sum of RGB (Red+Green+Blue) = 170+177+104=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB168 is #554E97. Grayscale: #A6A6A6. Windows color (decimal): -5590680 or 6861226. OLE color: 6861226.
HSL color Cylindrical-coordinate representation of color #AAB168: hue angle of 65.75º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB168 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 104 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.31 |
| HSL | 65.75º | 0.32% | 0.55% | - |
| HSV(B) | 65.75º | 0.41% | 0.69% | - |
| XYZ | 34.8 | 40.99 | 19.17 | - |
| YUV | 166.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 104 | 0.04 | 0 | 0.41 | 0.31 | 65.75 | 0.32 | 0.55 |
| Hex | AA | B1 | 68 | 4 | 0 | 29 | 1F | 42 | 20 | 37 |
| Octal | 252 | 261 | 150 | 4 | 0 | 51 | 37 | 102 | 40 | 67 |
| Binary | 10101010 | 10110001 | 1101000 | 100 | 0 | 101001 | 11111 | 1000010 | 100000 | 110111 |
Color Harmonies of #AAB168
Complementary color
Monochromatic Colors of #AAB168
Black with #AAB168
Text Example
Text Example
White with #AAB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB168; }
p { color: rgb(170,177,104); }
H1.HeaderClassName
{
color: #AAB168;
}
.AnyTagClassName
{
color: #AAB168;
}
</style>
background-color css
<style>
a { background-color: #AAB168; }
a { background-color: rgb(170,177,104); }
div.DivClassName
{
background-color: #AAB168;
}
.BgClassName
{
background-color: #AAB168;
}
</style>
border-color css
<style>
span { border-color: #AAB168; }
span { border-color: rgb(170,177,104); }
td.TdClassName
{
border-color: #AAB168;
}
.TagClassName
{
border-color: #AAB168;
}
</style>