Shades of Green Smoke #AAB268
Tints of Green Smoke #AAB268
RGB
CMYK
RGB Variations
Color information
#AAB268 (or 0xAAB268) is known color: Green Smoke. HEX triplet: AA, B2 and 68. RGB value is (170,178,104). Sum of RGB (Red+Green+Blue) = 170+178+104=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB268 is #554D97. Grayscale: #A7A7A7. Windows color (decimal): -5590424 or 6861482. OLE color: 6861482.
HSL color Cylindrical-coordinate representation of color #AAB268: hue angle of 66.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB268 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 104 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.30 |
| HSL | 66.49º | 0.32% | 0.55% | - |
| HSV(B) | 66.49º | 0.42% | 0.7% | - |
| XYZ | 35 | 41.39 | 19.24 | - |
| YUV | 167.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 104 | 0.04 | 0 | 0.42 | 0.30 | 66.49 | 0.32 | 0.55 |
| Hex | AA | B2 | 68 | 4 | 0 | 2A | 1E | 42 | 20 | 37 |
| Octal | 252 | 262 | 150 | 4 | 0 | 52 | 36 | 102 | 40 | 67 |
| Binary | 10101010 | 10110010 | 1101000 | 100 | 0 | 101010 | 11110 | 1000010 | 100000 | 110111 |
Color Harmonies of #AAB268
Complementary color
Monochromatic Colors of #AAB268
Black with #AAB268
Text Example
Text Example
White with #AAB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB268; }
p { color: rgb(170,178,104); }
H1.HeaderClassName
{
color: #AAB268;
}
.AnyTagClassName
{
color: #AAB268;
}
</style>
background-color css
<style>
a { background-color: #AAB268; }
a { background-color: rgb(170,178,104); }
div.DivClassName
{
background-color: #AAB268;
}
.BgClassName
{
background-color: #AAB268;
}
</style>
border-color css
<style>
span { border-color: #AAB268; }
span { border-color: rgb(170,178,104); }
td.TdClassName
{
border-color: #AAB268;
}
.TagClassName
{
border-color: #AAB268;
}
</style>