Shades of Gossip #A3C681
Tints of Gossip #A3C681
RGB
CMYK
RGB Variations
Color information
#A3C681 (or 0xA3C681) is known color: Gossip. HEX triplet: A3, C6 and 81. RGB value is (163,198,129). Sum of RGB (Red+Green+Blue) = 163+198+129=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C681 is #5C397E. Grayscale: #B3B3B3. Windows color (decimal): -6044031 or 8504995. OLE color: 8504995.
HSL color Cylindrical-coordinate representation of color #A3C681: hue angle of 90.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3C681 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 198 | 129 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.22 |
| HSL | 90.43º | 0.38% | 0.64% | - |
| HSV(B) | 90.43º | 0.35% | 0.78% | - |
| XYZ | 39.26 | 49.76 | 28.3 | - |
| YUV | 179.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 129 | 0.18 | 0 | 0.35 | 0.22 | 90.43 | 0.38 | 0.64 |
| Hex | A3 | C6 | 81 | 12 | 0 | 23 | 16 | 5A | 26 | 40 |
| Octal | 243 | 306 | 201 | 22 | 0 | 43 | 26 | 132 | 46 | 100 |
| Binary | 10100011 | 11000110 | 10000001 | 10010 | 0 | 100011 | 10110 | 1011010 | 100110 | 1000000 |
Color Harmonies of #A3C681
Complementary color
Monochromatic Colors of #A3C681
Black with #A3C681
Text Example
Text Example
White with #A3C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C681; }
p { color: rgb(163,198,129); }
H1.HeaderClassName
{
color: #A3C681;
}
.AnyTagClassName
{
color: #A3C681;
}
</style>
background-color css
<style>
a { background-color: #A3C681; }
a { background-color: rgb(163,198,129); }
div.DivClassName
{
background-color: #A3C681;
}
.BgClassName
{
background-color: #A3C681;
}
</style>
border-color css
<style>
span { border-color: #A3C681; }
span { border-color: rgb(163,198,129); }
td.TdClassName
{
border-color: #A3C681;
}
.TagClassName
{
border-color: #A3C681;
}
</style>