Shades of Green Smoke #A1AC5C
Tints of Green Smoke #A1AC5C
RGB
CMYK
RGB Variations
Color information
#A1AC5C (or 0xA1AC5C) is known color: Green Smoke. HEX triplet: A1, AC and 5C. RGB value is (161,172,92). Sum of RGB (Red+Green+Blue) = 161+172+92=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC5C is #5E53A3. Grayscale: #9F9F9F. Windows color (decimal): -6181796 or 6073505. OLE color: 6073505.
HSL color Cylindrical-coordinate representation of color #A1AC5C: hue angle of 68.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1AC5C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 92 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.33 |
| HSL | 68.25º | 0.33% | 0.52% | - |
| HSV(B) | 68.25º | 0.47% | 0.67% | - |
| XYZ | 31.38 | 37.85 | 15.78 | - |
| YUV | 159.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 92 | 0.06 | 0 | 0.47 | 0.33 | 68.25 | 0.33 | 0.52 |
| Hex | A1 | AC | 5C | 6 | 0 | 2F | 21 | 44 | 21 | 34 |
| Octal | 241 | 254 | 134 | 6 | 0 | 57 | 41 | 104 | 41 | 64 |
| Binary | 10100001 | 10101100 | 1011100 | 110 | 0 | 101111 | 100001 | 1000100 | 100001 | 110100 |
Color Harmonies of #A1AC5C
Complementary color
Monochromatic Colors of #A1AC5C
Black with #A1AC5C
Text Example
Text Example
White with #A1AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC5C; }
p { color: rgb(161,172,92); }
H1.HeaderClassName
{
color: #A1AC5C;
}
.AnyTagClassName
{
color: #A1AC5C;
}
</style>
background-color css
<style>
a { background-color: #A1AC5C; }
a { background-color: rgb(161,172,92); }
div.DivClassName
{
background-color: #A1AC5C;
}
.BgClassName
{
background-color: #A1AC5C;
}
</style>
border-color css
<style>
span { border-color: #A1AC5C; }
span { border-color: rgb(161,172,92); }
td.TdClassName
{
border-color: #A1AC5C;
}
.TagClassName
{
border-color: #A1AC5C;
}
</style>