Shades of Green Smoke #A1AF6B
Tints of Green Smoke #A1AF6B
RGB
CMYK
RGB Variations
Color information
#A1AF6B (or 0xA1AF6B) is known color: Green Smoke. HEX triplet: A1, AF and 6B. RGB value is (161,175,107). Sum of RGB (Red+Green+Blue) = 161+175+107=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF6B is #5E5094. Grayscale: #A3A3A3. Windows color (decimal): -6181013 or 7057313. OLE color: 7057313.
HSL color Cylindrical-coordinate representation of color #A1AF6B: hue angle of 72.35º 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 #A1AF6B is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 107 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.31 |
| HSL | 72.35º | 0.3% | 0.55% | - |
| HSV(B) | 72.35º | 0.39% | 0.69% | - |
| XYZ | 32.68 | 39.3 | 19.77 | - |
| YUV | 163.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 107 | 0.08 | 0 | 0.39 | 0.31 | 72.35 | 0.3 | 0.55 |
| Hex | A1 | AF | 6B | 8 | 0 | 27 | 1F | 48 | 1E | 37 |
| Octal | 241 | 257 | 153 | 10 | 0 | 47 | 37 | 110 | 36 | 67 |
| Binary | 10100001 | 10101111 | 1101011 | 1000 | 0 | 100111 | 11111 | 1001000 | 11110 | 110111 |
Color Harmonies of #A1AF6B
Complementary color
Monochromatic Colors of #A1AF6B
Black with #A1AF6B
Text Example
Text Example
White with #A1AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF6B; }
p { color: rgb(161,175,107); }
H1.HeaderClassName
{
color: #A1AF6B;
}
.AnyTagClassName
{
color: #A1AF6B;
}
</style>
background-color css
<style>
a { background-color: #A1AF6B; }
a { background-color: rgb(161,175,107); }
div.DivClassName
{
background-color: #A1AF6B;
}
.BgClassName
{
background-color: #A1AF6B;
}
</style>
border-color css
<style>
span { border-color: #A1AF6B; }
span { border-color: rgb(161,175,107); }
td.TdClassName
{
border-color: #A1AF6B;
}
.TagClassName
{
border-color: #A1AF6B;
}
</style>