Shades of Caper #A9B986
Tints of Caper #A9B986
RGB
CMYK
RGB Variations
Color information
#A9B986 (or 0xA9B986) is known color: Caper. HEX triplet: A9, B9 and 86. RGB value is (169,185,134). Sum of RGB (Red+Green+Blue) = 169+185+134=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B986 is #564679. Grayscale: #AEAEAE. Windows color (decimal): -5654138 or 8829353. OLE color: 8829353.
HSL color Cylindrical-coordinate representation of color #A9B986: hue angle of 78.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B986 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 185 | 134 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.27 |
| HSL | 78.82º | 0.27% | 0.63% | - |
| HSV(B) | 78.82º | 0.28% | 0.73% | - |
| XYZ | 38.01 | 44.85 | 29.21 | - |
| YUV | 174.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 185 | 134 | 0.09 | 0 | 0.28 | 0.27 | 78.82 | 0.27 | 0.63 |
| Hex | A9 | B9 | 86 | 9 | 0 | 1C | 1B | 4F | 1B | 3F |
| Octal | 251 | 271 | 206 | 11 | 0 | 34 | 33 | 117 | 33 | 77 |
| Binary | 10101001 | 10111001 | 10000110 | 1001 | 0 | 11100 | 11011 | 1001111 | 11011 | 111111 |
Color Harmonies of #A9B986
Complementary color
Monochromatic Colors of #A9B986
Black with #A9B986
Text Example
Text Example
White with #A9B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B986; }
p { color: rgb(169,185,134); }
H1.HeaderClassName
{
color: #A9B986;
}
.AnyTagClassName
{
color: #A9B986;
}
</style>
background-color css
<style>
a { background-color: #A9B986; }
a { background-color: rgb(169,185,134); }
div.DivClassName
{
background-color: #A9B986;
}
.BgClassName
{
background-color: #A9B986;
}
</style>
border-color css
<style>
span { border-color: #A9B986; }
span { border-color: rgb(169,185,134); }
td.TdClassName
{
border-color: #A9B986;
}
.TagClassName
{
border-color: #A9B986;
}
</style>