Shades of Green Smoke #AAB068
Tints of Green Smoke #AAB068
RGB
CMYK
RGB Variations
Color information
#AAB068 (or 0xAAB068) is known color: Green Smoke. HEX triplet: AA, B0 and 68. RGB value is (170,176,104). Sum of RGB (Red+Green+Blue) = 170+176+104=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB068 is #554F97. Grayscale: #A6A6A6. Windows color (decimal): -5590936 or 6860970. OLE color: 6860970.
HSL color Cylindrical-coordinate representation of color #AAB068: hue angle of 65º degrees, saturation: 0.31, 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 #AAB068 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 104 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.31 |
| HSL | 65º | 0.31% | 0.55% | - |
| HSV(B) | 65º | 0.41% | 0.69% | - |
| XYZ | 34.6 | 40.6 | 19.11 | - |
| YUV | 166 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 104 | 0.03 | 0 | 0.41 | 0.31 | 65 | 0.31 | 0.55 |
| Hex | AA | B0 | 68 | 3 | 0 | 29 | 1F | 41 | 1F | 37 |
| Octal | 252 | 260 | 150 | 3 | 0 | 51 | 37 | 101 | 37 | 67 |
| Binary | 10101010 | 10110000 | 1101000 | 11 | 0 | 101001 | 11111 | 1000001 | 11111 | 110111 |
Color Harmonies of #AAB068
Complementary color
Monochromatic Colors of #AAB068
Black with #AAB068
Text Example
Text Example
White with #AAB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB068; }
p { color: rgb(170,176,104); }
H1.HeaderClassName
{
color: #AAB068;
}
.AnyTagClassName
{
color: #AAB068;
}
</style>
background-color css
<style>
a { background-color: #AAB068; }
a { background-color: rgb(170,176,104); }
div.DivClassName
{
background-color: #AAB068;
}
.BgClassName
{
background-color: #AAB068;
}
</style>
border-color css
<style>
span { border-color: #AAB068; }
span { border-color: rgb(170,176,104); }
td.TdClassName
{
border-color: #AAB068;
}
.TagClassName
{
border-color: #AAB068;
}
</style>