Shades of Green Smoke #A1AF54
Tints of Green Smoke #A1AF54
RGB
CMYK
RGB Variations
Color information
#A1AF54 (or 0xA1AF54) is known color: Green Smoke. HEX triplet: A1, AF and 54. RGB value is (161,175,84). Sum of RGB (Red+Green+Blue) = 161+175+84=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF54 is #5E50AB. Grayscale: #A0A0A0. Windows color (decimal): -6181036 or 5549985. OLE color: 5549985.
HSL color Cylindrical-coordinate representation of color #A1AF54: hue angle of 69.23º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1AF54 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 84 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.31 |
| HSL | 69.23º | 0.36% | 0.51% | - |
| HSV(B) | 69.23º | 0.52% | 0.69% | - |
| XYZ | 31.63 | 38.88 | 14.22 | - |
| YUV | 160.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 84 | 0.08 | 0 | 0.52 | 0.31 | 69.23 | 0.36 | 0.51 |
| Hex | A1 | AF | 54 | 8 | 0 | 34 | 1F | 45 | 24 | 33 |
| Octal | 241 | 257 | 124 | 10 | 0 | 64 | 37 | 105 | 44 | 63 |
| Binary | 10100001 | 10101111 | 1010100 | 1000 | 0 | 110100 | 11111 | 1000101 | 100100 | 110011 |
Color Harmonies of #A1AF54
Complementary color
Monochromatic Colors of #A1AF54
Black with #A1AF54
Text Example
Text Example
White with #A1AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF54; }
p { color: rgb(161,175,84); }
H1.HeaderClassName
{
color: #A1AF54;
}
.AnyTagClassName
{
color: #A1AF54;
}
</style>
background-color css
<style>
a { background-color: #A1AF54; }
a { background-color: rgb(161,175,84); }
div.DivClassName
{
background-color: #A1AF54;
}
.BgClassName
{
background-color: #A1AF54;
}
</style>
border-color css
<style>
span { border-color: #A1AF54; }
span { border-color: rgb(161,175,84); }
td.TdClassName
{
border-color: #A1AF54;
}
.TagClassName
{
border-color: #A1AF54;
}
</style>