Shades of Green Smoke #A0AA4B
Tints of Green Smoke #A0AA4B
RGB
CMYK
RGB Variations
Color information
#A0AA4B (or 0xA0AA4B) is known color: Green Smoke. HEX triplet: A0, AA and 4B. RGB value is (160,170,75). Sum of RGB (Red+Green+Blue) = 160+170+75=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA4B is #5F55B4. Grayscale: #9C9C9C. Windows color (decimal): -6247861 or 4958880. OLE color: 4958880.
HSL color Cylindrical-coordinate representation of color #A0AA4B: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0AA4B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 75 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.33 |
| HSL | 66.32º | 0.39% | 0.48% | - |
| HSV(B) | 66.32º | 0.56% | 0.67% | - |
| XYZ | 30.14 | 36.73 | 12.16 | - |
| YUV | 156.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 75 | 0.06 | 0 | 0.56 | 0.33 | 66.32 | 0.39 | 0.48 |
| Hex | A0 | AA | 4B | 6 | 0 | 38 | 21 | 42 | 27 | 30 |
| Octal | 240 | 252 | 113 | 6 | 0 | 70 | 41 | 102 | 47 | 60 |
| Binary | 10100000 | 10101010 | 1001011 | 110 | 0 | 111000 | 100001 | 1000010 | 100111 | 110000 |
Color Harmonies of #A0AA4B
Complementary color
Monochromatic Colors of #A0AA4B
Black with #A0AA4B
Text Example
Text Example
White with #A0AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA4B; }
p { color: rgb(160,170,75); }
H1.HeaderClassName
{
color: #A0AA4B;
}
.AnyTagClassName
{
color: #A0AA4B;
}
</style>
background-color css
<style>
a { background-color: #A0AA4B; }
a { background-color: rgb(160,170,75); }
div.DivClassName
{
background-color: #A0AA4B;
}
.BgClassName
{
background-color: #A0AA4B;
}
</style>
border-color css
<style>
span { border-color: #A0AA4B; }
span { border-color: rgb(160,170,75); }
td.TdClassName
{
border-color: #A0AA4B;
}
.TagClassName
{
border-color: #A0AA4B;
}
</style>