Shades of Gossip #A6CA93
Tints of Gossip #A6CA93
RGB
CMYK
RGB Variations
Color information
#A6CA93 (or 0xA6CA93) is known color: Gossip. HEX triplet: A6, CA and 93. RGB value is (166,202,147). Sum of RGB (Red+Green+Blue) = 166+202+147=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA93 is #59356C. Grayscale: #B9B9B9. Windows color (decimal): -5846381 or 9685670. OLE color: 9685670.
HSL color Cylindrical-coordinate representation of color #A6CA93: hue angle of 99.27º 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 #A6CA93 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 147 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.21 |
| HSL | 99.27º | 0.34% | 0.68% | - |
| HSV(B) | 99.27º | 0.27% | 0.79% | - |
| XYZ | 42.11 | 52.45 | 35.51 | - |
| YUV | 184.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 147 | 0.18 | 0 | 0.27 | 0.21 | 99.27 | 0.34 | 0.68 |
| Hex | A6 | CA | 93 | 12 | 0 | 1B | 15 | 63 | 22 | 44 |
| Octal | 246 | 312 | 223 | 22 | 0 | 33 | 25 | 143 | 42 | 104 |
| Binary | 10100110 | 11001010 | 10010011 | 10010 | 0 | 11011 | 10101 | 1100011 | 100010 | 1000100 |
Color Harmonies of #A6CA93
Complementary color
Monochromatic Colors of #A6CA93
Black with #A6CA93
Text Example
Text Example
White with #A6CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA93; }
p { color: rgb(166,202,147); }
H1.HeaderClassName
{
color: #A6CA93;
}
.AnyTagClassName
{
color: #A6CA93;
}
</style>
background-color css
<style>
a { background-color: #A6CA93; }
a { background-color: rgb(166,202,147); }
div.DivClassName
{
background-color: #A6CA93;
}
.BgClassName
{
background-color: #A6CA93;
}
</style>
border-color css
<style>
span { border-color: #A6CA93; }
span { border-color: rgb(166,202,147); }
td.TdClassName
{
border-color: #A6CA93;
}
.TagClassName
{
border-color: #A6CA93;
}
</style>