Shades of Gossip #A7D595
Tints of Gossip #A7D595
RGB
CMYK
RGB Variations
Color information
#A7D595 (or 0xA7D595) is known color: Gossip. HEX triplet: A7, D5 and 95. RGB value is (167,213,149). Sum of RGB (Red+Green+Blue) = 167+213+149=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D595 is #582A6A. Grayscale: #C0C0C0. Windows color (decimal): -5778027 or 9819559. OLE color: 9819559.
HSL color Cylindrical-coordinate representation of color #A7D595: hue angle of 103.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7D595 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 149 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.16 |
| HSL | 103.13º | 0.43% | 0.71% | - |
| HSV(B) | 103.13º | 0.3% | 0.84% | - |
| XYZ | 45.16 | 57.97 | 37.24 | - |
| YUV | 191.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 149 | 0.22 | 0 | 0.30 | 0.16 | 103.13 | 0.43 | 0.71 |
| Hex | A7 | D5 | 95 | 16 | 0 | 1E | 10 | 67 | 2B | 47 |
| Octal | 247 | 325 | 225 | 26 | 0 | 36 | 20 | 147 | 53 | 107 |
| Binary | 10100111 | 11010101 | 10010101 | 10110 | 0 | 11110 | 10000 | 1100111 | 101011 | 1000111 |
Color Harmonies of #A7D595
Complementary color
Monochromatic Colors of #A7D595
Black with #A7D595
Text Example
Text Example
White with #A7D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D595; }
p { color: rgb(167,213,149); }
H1.HeaderClassName
{
color: #A7D595;
}
.AnyTagClassName
{
color: #A7D595;
}
</style>
background-color css
<style>
a { background-color: #A7D595; }
a { background-color: rgb(167,213,149); }
div.DivClassName
{
background-color: #A7D595;
}
.BgClassName
{
background-color: #A7D595;
}
</style>
border-color css
<style>
span { border-color: #A7D595; }
span { border-color: rgb(167,213,149); }
td.TdClassName
{
border-color: #A7D595;
}
.TagClassName
{
border-color: #A7D595;
}
</style>