Shades of Gossip #A0C685
Tints of Gossip #A0C685
RGB
CMYK
RGB Variations
Color information
#A0C685 (or 0xA0C685) is known color: Gossip. HEX triplet: A0, C6 and 85. RGB value is (160,198,133). Sum of RGB (Red+Green+Blue) = 160+198+133=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C685 is #5F397A. Grayscale: #B3B3B3. Windows color (decimal): -6240635 or 8767136. OLE color: 8767136.
HSL color Cylindrical-coordinate representation of color #A0C685: hue angle of 95.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C685 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 133 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.22 |
| HSL | 95.08º | 0.36% | 0.65% | - |
| HSV(B) | 95.08º | 0.33% | 0.78% | - |
| XYZ | 38.92 | 49.56 | 29.7 | - |
| YUV | 179.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 133 | 0.19 | 0 | 0.33 | 0.22 | 95.08 | 0.36 | 0.65 |
| Hex | A0 | C6 | 85 | 13 | 0 | 21 | 16 | 5F | 24 | 41 |
| Octal | 240 | 306 | 205 | 23 | 0 | 41 | 26 | 137 | 44 | 101 |
| Binary | 10100000 | 11000110 | 10000101 | 10011 | 0 | 100001 | 10110 | 1011111 | 100100 | 1000001 |
Color Harmonies of #A0C685
Complementary color
Monochromatic Colors of #A0C685
Black with #A0C685
Text Example
Text Example
White with #A0C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C685; }
p { color: rgb(160,198,133); }
H1.HeaderClassName
{
color: #A0C685;
}
.AnyTagClassName
{
color: #A0C685;
}
</style>
background-color css
<style>
a { background-color: #A0C685; }
a { background-color: rgb(160,198,133); }
div.DivClassName
{
background-color: #A0C685;
}
.BgClassName
{
background-color: #A0C685;
}
</style>
border-color css
<style>
span { border-color: #A0C685; }
span { border-color: rgb(160,198,133); }
td.TdClassName
{
border-color: #A0C685;
}
.TagClassName
{
border-color: #A0C685;
}
</style>