Shades of Green Smoke #A0AF69
Tints of Green Smoke #A0AF69
RGB
CMYK
RGB Variations
Color information
#A0AF69 (or 0xA0AF69) is known color: Green Smoke. HEX triplet: A0, AF and 69. RGB value is (160,175,105). Sum of RGB (Red+Green+Blue) = 160+175+105=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF69 is #5F5096. Grayscale: #A2A2A2. Windows color (decimal): -6246551 or 6926240. OLE color: 6926240.
HSL color Cylindrical-coordinate representation of color #A0AF69: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0AF69 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 105 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.31 |
| HSL | 72.86º | 0.3% | 0.55% | - |
| HSV(B) | 72.86º | 0.4% | 0.69% | - |
| XYZ | 32.38 | 39.15 | 19.22 | - |
| YUV | 162.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 105 | 0.09 | 0 | 0.40 | 0.31 | 72.86 | 0.3 | 0.55 |
| Hex | A0 | AF | 69 | 9 | 0 | 28 | 1F | 49 | 1E | 37 |
| Octal | 240 | 257 | 151 | 11 | 0 | 50 | 37 | 111 | 36 | 67 |
| Binary | 10100000 | 10101111 | 1101001 | 1001 | 0 | 101000 | 11111 | 1001001 | 11110 | 110111 |
Color Harmonies of #A0AF69
Complementary color
Monochromatic Colors of #A0AF69
Black with #A0AF69
Text Example
Text Example
White with #A0AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF69; }
p { color: rgb(160,175,105); }
H1.HeaderClassName
{
color: #A0AF69;
}
.AnyTagClassName
{
color: #A0AF69;
}
</style>
background-color css
<style>
a { background-color: #A0AF69; }
a { background-color: rgb(160,175,105); }
div.DivClassName
{
background-color: #A0AF69;
}
.BgClassName
{
background-color: #A0AF69;
}
</style>
border-color css
<style>
span { border-color: #A0AF69; }
span { border-color: rgb(160,175,105); }
td.TdClassName
{
border-color: #A0AF69;
}
.TagClassName
{
border-color: #A0AF69;
}
</style>