Shades of Green Smoke #AAB46A
Tints of Green Smoke #AAB46A
RGB
CMYK
RGB Variations
Color information
#AAB46A (or 0xAAB46A) is known color: Green Smoke. HEX triplet: AA, B4 and 6A. RGB value is (170,180,106). Sum of RGB (Red+Green+Blue) = 170+180+106=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB46A is #554B95. Grayscale: #A8A8A8. Windows color (decimal): -5589910 or 6993066. OLE color: 6993066.
HSL color Cylindrical-coordinate representation of color #AAB46A: hue angle of 68.11º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB46A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 106 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.29 |
| HSL | 68.11º | 0.33% | 0.56% | - |
| HSV(B) | 68.11º | 0.41% | 0.71% | - |
| XYZ | 35.5 | 42.23 | 19.92 | - |
| YUV | 168.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 106 | 0.06 | 0 | 0.41 | 0.29 | 68.11 | 0.33 | 0.56 |
| Hex | AA | B4 | 6A | 6 | 0 | 29 | 1D | 44 | 21 | 38 |
| Octal | 252 | 264 | 152 | 6 | 0 | 51 | 35 | 104 | 41 | 70 |
| Binary | 10101010 | 10110100 | 1101010 | 110 | 0 | 101001 | 11101 | 1000100 | 100001 | 111000 |
Color Harmonies of #AAB46A
Complementary color
Monochromatic Colors of #AAB46A
Black with #AAB46A
Text Example
Text Example
White with #AAB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB46A; }
p { color: rgb(170,180,106); }
H1.HeaderClassName
{
color: #AAB46A;
}
.AnyTagClassName
{
color: #AAB46A;
}
</style>
background-color css
<style>
a { background-color: #AAB46A; }
a { background-color: rgb(170,180,106); }
div.DivClassName
{
background-color: #AAB46A;
}
.BgClassName
{
background-color: #AAB46A;
}
</style>
border-color css
<style>
span { border-color: #AAB46A; }
span { border-color: rgb(170,180,106); }
td.TdClassName
{
border-color: #AAB46A;
}
.TagClassName
{
border-color: #AAB46A;
}
</style>