Shades of Gossip #A0C587
Tints of Gossip #A0C587
RGB
CMYK
RGB Variations
Color information
#A0C587 (or 0xA0C587) is known color: Gossip. HEX triplet: A0, C5 and 87. RGB value is (160,197,135). Sum of RGB (Red+Green+Blue) = 160+197+135=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C587 is #5F3A78. Grayscale: #B3B3B3. Windows color (decimal): -6240889 or 8897952. OLE color: 8897952.
HSL color Cylindrical-coordinate representation of color #A0C587: hue angle of 95.81º 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 #A0C587 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 135 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.23 |
| HSL | 95.81º | 0.35% | 0.65% | - |
| HSV(B) | 95.81º | 0.31% | 0.77% | - |
| XYZ | 38.84 | 49.16 | 30.36 | - |
| YUV | 178.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 135 | 0.19 | 0 | 0.31 | 0.23 | 95.81 | 0.35 | 0.65 |
| Hex | A0 | C5 | 87 | 13 | 0 | 1F | 17 | 60 | 23 | 41 |
| Octal | 240 | 305 | 207 | 23 | 0 | 37 | 27 | 140 | 43 | 101 |
| Binary | 10100000 | 11000101 | 10000111 | 10011 | 0 | 11111 | 10111 | 1100000 | 100011 | 1000001 |
Color Harmonies of #A0C587
Complementary color
Monochromatic Colors of #A0C587
Black with #A0C587
Text Example
Text Example
White with #A0C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C587; }
p { color: rgb(160,197,135); }
H1.HeaderClassName
{
color: #A0C587;
}
.AnyTagClassName
{
color: #A0C587;
}
</style>
background-color css
<style>
a { background-color: #A0C587; }
a { background-color: rgb(160,197,135); }
div.DivClassName
{
background-color: #A0C587;
}
.BgClassName
{
background-color: #A0C587;
}
</style>
border-color css
<style>
span { border-color: #A0C587; }
span { border-color: rgb(160,197,135); }
td.TdClassName
{
border-color: #A0C587;
}
.TagClassName
{
border-color: #A0C587;
}
</style>