Shades of Gossip #A1C587
Tints of Gossip #A1C587
RGB
CMYK
RGB Variations
Color information
#A1C587 (or 0xA1C587) is known color: Gossip. HEX triplet: A1, C5 and 87. RGB value is (161,197,135). Sum of RGB (Red+Green+Blue) = 161+197+135=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C587 is #5E3A78. Grayscale: #B3B3B3. Windows color (decimal): -6175353 or 8897953. OLE color: 8897953.
HSL color Cylindrical-coordinate representation of color #A1C587: hue angle of 94.84º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C587 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 135 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.23 |
| HSL | 94.84º | 0.35% | 0.65% | - |
| HSV(B) | 94.84º | 0.31% | 0.77% | - |
| XYZ | 39.04 | 49.26 | 30.37 | - |
| YUV | 179.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 135 | 0.18 | 0 | 0.31 | 0.23 | 94.84 | 0.35 | 0.65 |
| Hex | A1 | C5 | 87 | 12 | 0 | 1F | 17 | 5F | 23 | 41 |
| Octal | 241 | 305 | 207 | 22 | 0 | 37 | 27 | 137 | 43 | 101 |
| Binary | 10100001 | 11000101 | 10000111 | 10010 | 0 | 11111 | 10111 | 1011111 | 100011 | 1000001 |
Color Harmonies of #A1C587
Complementary color
Monochromatic Colors of #A1C587
Black with #A1C587
Text Example
Text Example
White with #A1C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C587; }
p { color: rgb(161,197,135); }
H1.HeaderClassName
{
color: #A1C587;
}
.AnyTagClassName
{
color: #A1C587;
}
</style>
background-color css
<style>
a { background-color: #A1C587; }
a { background-color: rgb(161,197,135); }
div.DivClassName
{
background-color: #A1C587;
}
.BgClassName
{
background-color: #A1C587;
}
</style>
border-color css
<style>
span { border-color: #A1C587; }
span { border-color: rgb(161,197,135); }
td.TdClassName
{
border-color: #A1C587;
}
.TagClassName
{
border-color: #A1C587;
}
</style>