Shades of Gossip #A3C690
Tints of Gossip #A3C690
RGB
CMYK
RGB Variations
Color information
#A3C690 (or 0xA3C690) is known color: Gossip. HEX triplet: A3, C6 and 90. RGB value is (163,198,144). Sum of RGB (Red+Green+Blue) = 163+198+144=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C690 is #5C396F. Grayscale: #B5B5B5. Windows color (decimal): -6044016 or 9488035. OLE color: 9488035.
HSL color Cylindrical-coordinate representation of color #A3C690: hue angle of 98.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3C690 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 144 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.22 |
| HSL | 98.89º | 0.32% | 0.67% | - |
| HSV(B) | 98.89º | 0.27% | 0.78% | - |
| XYZ | 40.33 | 50.19 | 33.95 | - |
| YUV | 181.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 144 | 0.18 | 0 | 0.27 | 0.22 | 98.89 | 0.32 | 0.67 |
| Hex | A3 | C6 | 90 | 12 | 0 | 1B | 16 | 63 | 20 | 43 |
| Octal | 243 | 306 | 220 | 22 | 0 | 33 | 26 | 143 | 40 | 103 |
| Binary | 10100011 | 11000110 | 10010000 | 10010 | 0 | 11011 | 10110 | 1100011 | 100000 | 1000011 |
Color Harmonies of #A3C690
Complementary color
Monochromatic Colors of #A3C690
Black with #A3C690
Text Example
Text Example
White with #A3C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C690; }
p { color: rgb(163,198,144); }
H1.HeaderClassName
{
color: #A3C690;
}
.AnyTagClassName
{
color: #A3C690;
}
</style>
background-color css
<style>
a { background-color: #A3C690; }
a { background-color: rgb(163,198,144); }
div.DivClassName
{
background-color: #A3C690;
}
.BgClassName
{
background-color: #A3C690;
}
</style>
border-color css
<style>
span { border-color: #A3C690; }
span { border-color: rgb(163,198,144); }
td.TdClassName
{
border-color: #A3C690;
}
.TagClassName
{
border-color: #A3C690;
}
</style>