Shades of Gossip #A0CA8F
Tints of Gossip #A0CA8F
RGB
CMYK
RGB Variations
Color information
#A0CA8F (or 0xA0CA8F) is known color: Gossip. HEX triplet: A0, CA and 8F. RGB value is (160,202,143). Sum of RGB (Red+Green+Blue) = 160+202+143=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA8F is #5F3570. Grayscale: #B6B6B6. Windows color (decimal): -6239601 or 9423520. OLE color: 9423520.
HSL color Cylindrical-coordinate representation of color #A0CA8F: hue angle of 102.71º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CA8F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 143 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.21 |
| HSL | 102.71º | 0.36% | 0.68% | - |
| HSV(B) | 102.71º | 0.29% | 0.79% | - |
| XYZ | 40.58 | 51.7 | 33.83 | - |
| YUV | 182.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 143 | 0.21 | 0 | 0.29 | 0.21 | 102.71 | 0.36 | 0.68 |
| Hex | A0 | CA | 8F | 15 | 0 | 1D | 15 | 67 | 24 | 44 |
| Octal | 240 | 312 | 217 | 25 | 0 | 35 | 25 | 147 | 44 | 104 |
| Binary | 10100000 | 11001010 | 10001111 | 10101 | 0 | 11101 | 10101 | 1100111 | 100100 | 1000100 |
Color Harmonies of #A0CA8F
Complementary color
Monochromatic Colors of #A0CA8F
Black with #A0CA8F
Text Example
Text Example
White with #A0CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA8F; }
p { color: rgb(160,202,143); }
H1.HeaderClassName
{
color: #A0CA8F;
}
.AnyTagClassName
{
color: #A0CA8F;
}
</style>
background-color css
<style>
a { background-color: #A0CA8F; }
a { background-color: rgb(160,202,143); }
div.DivClassName
{
background-color: #A0CA8F;
}
.BgClassName
{
background-color: #A0CA8F;
}
</style>
border-color css
<style>
span { border-color: #A0CA8F; }
span { border-color: rgb(160,202,143); }
td.TdClassName
{
border-color: #A0CA8F;
}
.TagClassName
{
border-color: #A0CA8F;
}
</style>