Shades of Green Smoke #A0AF6B
Tints of Green Smoke #A0AF6B
RGB
CMYK
RGB Variations
Color information
#A0AF6B (or 0xA0AF6B) is known color: Green Smoke. HEX triplet: A0, AF and 6B. RGB value is (160,175,107). Sum of RGB (Red+Green+Blue) = 160+175+107=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6B is #5F5094. Grayscale: #A3A3A3. Windows color (decimal): -6246549 or 7057312. OLE color: 7057312.
HSL color Cylindrical-coordinate representation of color #A0AF6B: hue angle of 73.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0AF6B is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 107 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.31 |
| HSL | 73.24º | 0.3% | 0.55% | - |
| HSV(B) | 73.24º | 0.39% | 0.69% | - |
| XYZ | 32.48 | 39.2 | 19.76 | - |
| YUV | 162.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 107 | 0.09 | 0 | 0.39 | 0.31 | 73.24 | 0.3 | 0.55 |
| Hex | A0 | AF | 6B | 9 | 0 | 27 | 1F | 49 | 1E | 37 |
| Octal | 240 | 257 | 153 | 11 | 0 | 47 | 37 | 111 | 36 | 67 |
| Binary | 10100000 | 10101111 | 1101011 | 1001 | 0 | 100111 | 11111 | 1001001 | 11110 | 110111 |
Color Harmonies of #A0AF6B
Complementary color
Monochromatic Colors of #A0AF6B
Black with #A0AF6B
Text Example
Text Example
White with #A0AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF6B; }
p { color: rgb(160,175,107); }
H1.HeaderClassName
{
color: #A0AF6B;
}
.AnyTagClassName
{
color: #A0AF6B;
}
</style>
background-color css
<style>
a { background-color: #A0AF6B; }
a { background-color: rgb(160,175,107); }
div.DivClassName
{
background-color: #A0AF6B;
}
.BgClassName
{
background-color: #A0AF6B;
}
</style>
border-color css
<style>
span { border-color: #A0AF6B; }
span { border-color: rgb(160,175,107); }
td.TdClassName
{
border-color: #A0AF6B;
}
.TagClassName
{
border-color: #A0AF6B;
}
</style>