Shades of Gossip #A7CA93
Tints of Gossip #A7CA93
RGB
CMYK
RGB Variations
Color information
#A7CA93 (or 0xA7CA93) is known color: Gossip. HEX triplet: A7, CA and 93. RGB value is (167,202,147). Sum of RGB (Red+Green+Blue) = 167+202+147=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CA93 is #58356C. Grayscale: #B9B9B9. Windows color (decimal): -5780845 or 9685671. OLE color: 9685671.
HSL color Cylindrical-coordinate representation of color #A7CA93: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7CA93 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 147 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.21 |
| HSL | 98.18º | 0.34% | 0.68% | - |
| HSV(B) | 98.18º | 0.27% | 0.79% | - |
| XYZ | 42.32 | 52.56 | 35.52 | - |
| YUV | 185.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 147 | 0.17 | 0 | 0.27 | 0.21 | 98.18 | 0.34 | 0.68 |
| Hex | A7 | CA | 93 | 11 | 0 | 1B | 15 | 62 | 22 | 44 |
| Octal | 247 | 312 | 223 | 21 | 0 | 33 | 25 | 142 | 42 | 104 |
| Binary | 10100111 | 11001010 | 10010011 | 10001 | 0 | 11011 | 10101 | 1100010 | 100010 | 1000100 |
Color Harmonies of #A7CA93
Complementary color
Monochromatic Colors of #A7CA93
Black with #A7CA93
Text Example
Text Example
White with #A7CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA93; }
p { color: rgb(167,202,147); }
H1.HeaderClassName
{
color: #A7CA93;
}
.AnyTagClassName
{
color: #A7CA93;
}
</style>
background-color css
<style>
a { background-color: #A7CA93; }
a { background-color: rgb(167,202,147); }
div.DivClassName
{
background-color: #A7CA93;
}
.BgClassName
{
background-color: #A7CA93;
}
</style>
border-color css
<style>
span { border-color: #A7CA93; }
span { border-color: rgb(167,202,147); }
td.TdClassName
{
border-color: #A7CA93;
}
.TagClassName
{
border-color: #A7CA93;
}
</style>