Shades of Green Smoke #A1A568
Tints of Green Smoke #A1A568
RGB
CMYK
RGB Variations
Color information
#A1A568 (or 0xA1A568) is known color: Green Smoke. HEX triplet: A1, A5 and 68. RGB value is (161,165,104). Sum of RGB (Red+Green+Blue) = 161+165+104=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A568 is #5E5A97. Grayscale: #9D9D9D. Windows color (decimal): -6183576 or 6858145. OLE color: 6858145.
HSL color Cylindrical-coordinate representation of color #A1A568: hue angle of 63.93º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1A568 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 104 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.35 |
| HSL | 63.93º | 0.25% | 0.53% | - |
| HSV(B) | 63.93º | 0.37% | 0.65% | - |
| XYZ | 30.65 | 35.49 | 18.33 | - |
| YUV | 156.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 104 | 0.02 | 0 | 0.37 | 0.35 | 63.93 | 0.25 | 0.53 |
| Hex | A1 | A5 | 68 | 2 | 0 | 25 | 23 | 40 | 19 | 35 |
| Octal | 241 | 245 | 150 | 2 | 0 | 45 | 43 | 100 | 31 | 65 |
| Binary | 10100001 | 10100101 | 1101000 | 10 | 0 | 100101 | 100011 | 1000000 | 11001 | 110101 |
Color Harmonies of #A1A568
Complementary color
Monochromatic Colors of #A1A568
Black with #A1A568
Text Example
Text Example
White with #A1A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A568; }
p { color: rgb(161,165,104); }
H1.HeaderClassName
{
color: #A1A568;
}
.AnyTagClassName
{
color: #A1A568;
}
</style>
background-color css
<style>
a { background-color: #A1A568; }
a { background-color: rgb(161,165,104); }
div.DivClassName
{
background-color: #A1A568;
}
.BgClassName
{
background-color: #A1A568;
}
</style>
border-color css
<style>
span { border-color: #A1A568; }
span { border-color: rgb(161,165,104); }
td.TdClassName
{
border-color: #A1A568;
}
.TagClassName
{
border-color: #A1A568;
}
</style>