Shades of Green Smoke #A1AF67
Tints of Green Smoke #A1AF67
RGB
CMYK
RGB Variations
Color information
#A1AF67 (or 0xA1AF67) is known color: Green Smoke. HEX triplet: A1, AF and 67. RGB value is (161,175,103). Sum of RGB (Red+Green+Blue) = 161+175+103=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF67 is #5E5098. Grayscale: #A2A2A2. Windows color (decimal): -6181017 or 6795169. OLE color: 6795169.
HSL color Cylindrical-coordinate representation of color #A1AF67: hue angle of 71.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1AF67 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 103 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.31 |
| HSL | 71.67º | 0.31% | 0.55% | - |
| HSV(B) | 71.67º | 0.41% | 0.69% | - |
| XYZ | 32.48 | 39.22 | 18.69 | - |
| YUV | 162.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 103 | 0.08 | 0 | 0.41 | 0.31 | 71.67 | 0.31 | 0.55 |
| Hex | A1 | AF | 67 | 8 | 0 | 29 | 1F | 48 | 1F | 37 |
| Octal | 241 | 257 | 147 | 10 | 0 | 51 | 37 | 110 | 37 | 67 |
| Binary | 10100001 | 10101111 | 1100111 | 1000 | 0 | 101001 | 11111 | 1001000 | 11111 | 110111 |
Color Harmonies of #A1AF67
Complementary color
Monochromatic Colors of #A1AF67
Black with #A1AF67
Text Example
Text Example
White with #A1AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF67; }
p { color: rgb(161,175,103); }
H1.HeaderClassName
{
color: #A1AF67;
}
.AnyTagClassName
{
color: #A1AF67;
}
</style>
background-color css
<style>
a { background-color: #A1AF67; }
a { background-color: rgb(161,175,103); }
div.DivClassName
{
background-color: #A1AF67;
}
.BgClassName
{
background-color: #A1AF67;
}
</style>
border-color css
<style>
span { border-color: #A1AF67; }
span { border-color: rgb(161,175,103); }
td.TdClassName
{
border-color: #A1AF67;
}
.TagClassName
{
border-color: #A1AF67;
}
</style>