Shades of Green Smoke #A1AF6A
Tints of Green Smoke #A1AF6A
RGB
CMYK
RGB Variations
Color information
#A1AF6A (or 0xA1AF6A) is known color: Green Smoke. HEX triplet: A1, AF and 6A. RGB value is (161,175,106). Sum of RGB (Red+Green+Blue) = 161+175+106=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF6A is #5E5095. Grayscale: #A3A3A3. Windows color (decimal): -6181014 or 6991777. OLE color: 6991777.
HSL color Cylindrical-coordinate representation of color #A1AF6A: hue angle of 72.17º 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 #A1AF6A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 106 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.31 |
| HSL | 72.17º | 0.3% | 0.55% | - |
| HSV(B) | 72.17º | 0.39% | 0.69% | - |
| XYZ | 32.63 | 39.28 | 19.5 | - |
| YUV | 162.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 106 | 0.08 | 0 | 0.39 | 0.31 | 72.17 | 0.3 | 0.55 |
| Hex | A1 | AF | 6A | 8 | 0 | 27 | 1F | 48 | 1E | 37 |
| Octal | 241 | 257 | 152 | 10 | 0 | 47 | 37 | 110 | 36 | 67 |
| Binary | 10100001 | 10101111 | 1101010 | 1000 | 0 | 100111 | 11111 | 1001000 | 11110 | 110111 |
Color Harmonies of #A1AF6A
Complementary color
Monochromatic Colors of #A1AF6A
Black with #A1AF6A
Text Example
Text Example
White with #A1AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF6A; }
p { color: rgb(161,175,106); }
H1.HeaderClassName
{
color: #A1AF6A;
}
.AnyTagClassName
{
color: #A1AF6A;
}
</style>
background-color css
<style>
a { background-color: #A1AF6A; }
a { background-color: rgb(161,175,106); }
div.DivClassName
{
background-color: #A1AF6A;
}
.BgClassName
{
background-color: #A1AF6A;
}
</style>
border-color css
<style>
span { border-color: #A1AF6A; }
span { border-color: rgb(161,175,106); }
td.TdClassName
{
border-color: #A1AF6A;
}
.TagClassName
{
border-color: #A1AF6A;
}
</style>