Shades of Gossip #A3CA88
Tints of Gossip #A3CA88
RGB
CMYK
RGB Variations
Color information
#A3CA88 (or 0xA3CA88) is known color: Gossip. HEX triplet: A3, CA and 88. RGB value is (163,202,136). Sum of RGB (Red+Green+Blue) = 163+202+136=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA88 is #5C3577. Grayscale: #B7B7B7. Windows color (decimal): -6043000 or 8964771. OLE color: 8964771.
HSL color Cylindrical-coordinate representation of color #A3CA88: hue angle of 95.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3CA88 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 136 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.21 |
| HSL | 95.45º | 0.38% | 0.66% | - |
| HSV(B) | 95.45º | 0.33% | 0.79% | - |
| XYZ | 40.67 | 51.81 | 31.15 | - |
| YUV | 182.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 136 | 0.19 | 0 | 0.33 | 0.21 | 95.45 | 0.38 | 0.66 |
| Hex | A3 | CA | 88 | 13 | 0 | 21 | 15 | 5F | 26 | 42 |
| Octal | 243 | 312 | 210 | 23 | 0 | 41 | 25 | 137 | 46 | 102 |
| Binary | 10100011 | 11001010 | 10001000 | 10011 | 0 | 100001 | 10101 | 1011111 | 100110 | 1000010 |
Color Harmonies of #A3CA88
Complementary color
Monochromatic Colors of #A3CA88
Black with #A3CA88
Text Example
Text Example
White with #A3CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA88; }
p { color: rgb(163,202,136); }
H1.HeaderClassName
{
color: #A3CA88;
}
.AnyTagClassName
{
color: #A3CA88;
}
</style>
background-color css
<style>
a { background-color: #A3CA88; }
a { background-color: rgb(163,202,136); }
div.DivClassName
{
background-color: #A3CA88;
}
.BgClassName
{
background-color: #A3CA88;
}
</style>
border-color css
<style>
span { border-color: #A3CA88; }
span { border-color: rgb(163,202,136); }
td.TdClassName
{
border-color: #A3CA88;
}
.TagClassName
{
border-color: #A3CA88;
}
</style>