Shades of Gossip #A3CA8A
Tints of Gossip #A3CA8A
RGB
CMYK
RGB Variations
Color information
#A3CA8A (or 0xA3CA8A) is known color: Gossip. HEX triplet: A3, CA and 8A. RGB value is (163,202,138). Sum of RGB (Red+Green+Blue) = 163+202+138=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CA8A is #5C3575. Grayscale: #B7B7B7. Windows color (decimal): -6042998 or 9095843. OLE color: 9095843.
HSL color Cylindrical-coordinate representation of color #A3CA8A: hue angle of 96.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CA8A is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 138 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.21 |
| HSL | 96.56º | 0.38% | 0.67% | - |
| HSV(B) | 96.56º | 0.32% | 0.79% | - |
| XYZ | 40.81 | 51.86 | 31.9 | - |
| YUV | 183.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 138 | 0.19 | 0 | 0.32 | 0.21 | 96.56 | 0.38 | 0.67 |
| Hex | A3 | CA | 8A | 13 | 0 | 20 | 15 | 61 | 26 | 43 |
| Octal | 243 | 312 | 212 | 23 | 0 | 40 | 25 | 141 | 46 | 103 |
| Binary | 10100011 | 11001010 | 10001010 | 10011 | 0 | 100000 | 10101 | 1100001 | 100110 | 1000011 |
Color Harmonies of #A3CA8A
Complementary color
Monochromatic Colors of #A3CA8A
Black with #A3CA8A
Text Example
Text Example
White with #A3CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA8A; }
p { color: rgb(163,202,138); }
H1.HeaderClassName
{
color: #A3CA8A;
}
.AnyTagClassName
{
color: #A3CA8A;
}
</style>
background-color css
<style>
a { background-color: #A3CA8A; }
a { background-color: rgb(163,202,138); }
div.DivClassName
{
background-color: #A3CA8A;
}
.BgClassName
{
background-color: #A3CA8A;
}
</style>
border-color css
<style>
span { border-color: #A3CA8A; }
span { border-color: rgb(163,202,138); }
td.TdClassName
{
border-color: #A3CA8A;
}
.TagClassName
{
border-color: #A3CA8A;
}
</style>