Shades of Caper #A9B87E
Tints of Caper #A9B87E
RGB
CMYK
RGB Variations
Color information
#A9B87E (or 0xA9B87E) is known color: Caper. HEX triplet: A9, B8 and 7E. RGB value is (169,184,126). Sum of RGB (Red+Green+Blue) = 169+184+126=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B87E is #564781. Grayscale: #ADADAD. Windows color (decimal): -5654402 or 8304809. OLE color: 8304809.
HSL color Cylindrical-coordinate representation of color #A9B87E: hue angle of 75.52º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B87E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 126 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.28 |
| HSL | 75.52º | 0.29% | 0.61% | - |
| HSV(B) | 75.52º | 0.32% | 0.72% | - |
| XYZ | 37.27 | 44.22 | 26.31 | - |
| YUV | 172.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 126 | 0.08 | 0 | 0.32 | 0.28 | 75.52 | 0.29 | 0.61 |
| Hex | A9 | B8 | 7E | 8 | 0 | 20 | 1C | 4C | 1D | 3D |
| Octal | 251 | 270 | 176 | 10 | 0 | 40 | 34 | 114 | 35 | 75 |
| Binary | 10101001 | 10111000 | 1111110 | 1000 | 0 | 100000 | 11100 | 1001100 | 11101 | 111101 |
Color Harmonies of #A9B87E
Complementary color
Monochromatic Colors of #A9B87E
Black with #A9B87E
Text Example
Text Example
White with #A9B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B87E; }
p { color: rgb(169,184,126); }
H1.HeaderClassName
{
color: #A9B87E;
}
.AnyTagClassName
{
color: #A9B87E;
}
</style>
background-color css
<style>
a { background-color: #A9B87E; }
a { background-color: rgb(169,184,126); }
div.DivClassName
{
background-color: #A9B87E;
}
.BgClassName
{
background-color: #A9B87E;
}
</style>
border-color css
<style>
span { border-color: #A9B87E; }
span { border-color: rgb(169,184,126); }
td.TdClassName
{
border-color: #A9B87E;
}
.TagClassName
{
border-color: #A9B87E;
}
</style>