Shades of Gossip #A1CD86
Tints of Gossip #A1CD86
RGB
CMYK
RGB Variations
Color information
#A1CD86 (or 0xA1CD86) is known color: Gossip. HEX triplet: A1, CD and 86. RGB value is (161,205,134). Sum of RGB (Red+Green+Blue) = 161+205+134=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD86 is #5E3279. Grayscale: #B7B7B7. Windows color (decimal): -6173306 or 8834465. OLE color: 8834465.
HSL color Cylindrical-coordinate representation of color #A1CD86: hue angle of 97.18º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1CD86 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 134 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.20 |
| HSL | 97.18º | 0.42% | 0.66% | - |
| HSV(B) | 97.18º | 0.35% | 0.8% | - |
| XYZ | 40.83 | 52.96 | 30.62 | - |
| YUV | 183.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 134 | 0.21 | 0 | 0.35 | 0.20 | 97.18 | 0.42 | 0.66 |
| Hex | A1 | CD | 86 | 15 | 0 | 23 | 14 | 61 | 2A | 42 |
| Octal | 241 | 315 | 206 | 25 | 0 | 43 | 24 | 141 | 52 | 102 |
| Binary | 10100001 | 11001101 | 10000110 | 10101 | 0 | 100011 | 10100 | 1100001 | 101010 | 1000010 |
Color Harmonies of #A1CD86
Complementary color
Monochromatic Colors of #A1CD86
Black with #A1CD86
Text Example
Text Example
White with #A1CD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD86; }
p { color: rgb(161,205,134); }
H1.HeaderClassName
{
color: #A1CD86;
}
.AnyTagClassName
{
color: #A1CD86;
}
</style>
background-color css
<style>
a { background-color: #A1CD86; }
a { background-color: rgb(161,205,134); }
div.DivClassName
{
background-color: #A1CD86;
}
.BgClassName
{
background-color: #A1CD86;
}
</style>
border-color css
<style>
span { border-color: #A1CD86; }
span { border-color: rgb(161,205,134); }
td.TdClassName
{
border-color: #A1CD86;
}
.TagClassName
{
border-color: #A1CD86;
}
</style>