Shades of Gossip #A3CA85
Tints of Gossip #A3CA85
RGB
CMYK
RGB Variations
Color information
#A3CA85 (or 0xA3CA85) is known color: Gossip. HEX triplet: A3, CA and 85. RGB value is (163,202,133). Sum of RGB (Red+Green+Blue) = 163+202+133=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA85 is #5C357A. Grayscale: #B6B6B6. Windows color (decimal): -6043003 or 8768163. OLE color: 8768163.
HSL color Cylindrical-coordinate representation of color #A3CA85: hue angle of 93.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3CA85 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 133 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.21 |
| HSL | 93.91º | 0.39% | 0.66% | - |
| HSV(B) | 93.91º | 0.34% | 0.79% | - |
| XYZ | 40.46 | 51.72 | 30.04 | - |
| YUV | 182.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 133 | 0.19 | 0 | 0.34 | 0.21 | 93.91 | 0.39 | 0.66 |
| Hex | A3 | CA | 85 | 13 | 0 | 22 | 15 | 5E | 27 | 42 |
| Octal | 243 | 312 | 205 | 23 | 0 | 42 | 25 | 136 | 47 | 102 |
| Binary | 10100011 | 11001010 | 10000101 | 10011 | 0 | 100010 | 10101 | 1011110 | 100111 | 1000010 |
Color Harmonies of #A3CA85
Complementary color
Monochromatic Colors of #A3CA85
Black with #A3CA85
Text Example
Text Example
White with #A3CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA85; }
p { color: rgb(163,202,133); }
H1.HeaderClassName
{
color: #A3CA85;
}
.AnyTagClassName
{
color: #A3CA85;
}
</style>
background-color css
<style>
a { background-color: #A3CA85; }
a { background-color: rgb(163,202,133); }
div.DivClassName
{
background-color: #A3CA85;
}
.BgClassName
{
background-color: #A3CA85;
}
</style>
border-color css
<style>
span { border-color: #A3CA85; }
span { border-color: rgb(163,202,133); }
td.TdClassName
{
border-color: #A3CA85;
}
.TagClassName
{
border-color: #A3CA85;
}
</style>