Shades of Gossip #A4CF8E
Tints of Gossip #A4CF8E
RGB
CMYK
RGB Variations
Color information
#A4CF8E (or 0xA4CF8E) is known color: Gossip. HEX triplet: A4, CF and 8E. RGB value is (164,207,142). Sum of RGB (Red+Green+Blue) = 164+207+142=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CF8E is #5B3071. Grayscale: #BABABA. Windows color (decimal): -5976178 or 9359268. OLE color: 9359268.
HSL color Cylindrical-coordinate representation of color #A4CF8E: hue angle of 99.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CF8E is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 142 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.19 |
| HSL | 99.69º | 0.4% | 0.68% | - |
| HSV(B) | 99.69º | 0.31% | 0.81% | - |
| XYZ | 42.51 | 54.47 | 33.86 | - |
| YUV | 186.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 142 | 0.21 | 0 | 0.31 | 0.19 | 99.69 | 0.4 | 0.68 |
| Hex | A4 | CF | 8E | 15 | 0 | 1F | 13 | 64 | 28 | 44 |
| Octal | 244 | 317 | 216 | 25 | 0 | 37 | 23 | 144 | 50 | 104 |
| Binary | 10100100 | 11001111 | 10001110 | 10101 | 0 | 11111 | 10011 | 1100100 | 101000 | 1000100 |
Color Harmonies of #A4CF8E
Complementary color
Monochromatic Colors of #A4CF8E
Black with #A4CF8E
Text Example
Text Example
White with #A4CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF8E; }
p { color: rgb(164,207,142); }
H1.HeaderClassName
{
color: #A4CF8E;
}
.AnyTagClassName
{
color: #A4CF8E;
}
</style>
background-color css
<style>
a { background-color: #A4CF8E; }
a { background-color: rgb(164,207,142); }
div.DivClassName
{
background-color: #A4CF8E;
}
.BgClassName
{
background-color: #A4CF8E;
}
</style>
border-color css
<style>
span { border-color: #A4CF8E; }
span { border-color: rgb(164,207,142); }
td.TdClassName
{
border-color: #A4CF8E;
}
.TagClassName
{
border-color: #A4CF8E;
}
</style>