Shades of Green Smoke #AAB46B
Tints of Green Smoke #AAB46B
RGB
CMYK
RGB Variations
Color information
#AAB46B (or 0xAAB46B) is known color: Green Smoke. HEX triplet: AA, B4 and 6B. RGB value is (170,180,107). Sum of RGB (Red+Green+Blue) = 170+180+107=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB46B is #554B94. Grayscale: #A8A8A8. Windows color (decimal): -5589909 or 7058602. OLE color: 7058602.
HSL color Cylindrical-coordinate representation of color #AAB46B: hue angle of 68.22º 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 #AAB46B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 107 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.29 |
| HSL | 68.22º | 0.33% | 0.56% | - |
| HSV(B) | 68.22º | 0.41% | 0.71% | - |
| XYZ | 35.55 | 42.25 | 20.19 | - |
| YUV | 168.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 107 | 0.06 | 0 | 0.41 | 0.29 | 68.22 | 0.33 | 0.56 |
| Hex | AA | B4 | 6B | 6 | 0 | 29 | 1D | 44 | 21 | 38 |
| Octal | 252 | 264 | 153 | 6 | 0 | 51 | 35 | 104 | 41 | 70 |
| Binary | 10101010 | 10110100 | 1101011 | 110 | 0 | 101001 | 11101 | 1000100 | 100001 | 111000 |
Color Harmonies of #AAB46B
Complementary color
Monochromatic Colors of #AAB46B
Black with #AAB46B
Text Example
Text Example
White with #AAB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB46B; }
p { color: rgb(170,180,107); }
H1.HeaderClassName
{
color: #AAB46B;
}
.AnyTagClassName
{
color: #AAB46B;
}
</style>
background-color css
<style>
a { background-color: #AAB46B; }
a { background-color: rgb(170,180,107); }
div.DivClassName
{
background-color: #AAB46B;
}
.BgClassName
{
background-color: #AAB46B;
}
</style>
border-color css
<style>
span { border-color: #AAB46B; }
span { border-color: rgb(170,180,107); }
td.TdClassName
{
border-color: #AAB46B;
}
.TagClassName
{
border-color: #AAB46B;
}
</style>