Shades of Caper #A9B886
Tints of Caper #A9B886
RGB
CMYK
RGB Variations
Color information
#A9B886 (or 0xA9B886) is known color: Caper. HEX triplet: A9, B8 and 86. RGB value is (169,184,134). Sum of RGB (Red+Green+Blue) = 169+184+134=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B886 is #564779. Grayscale: #AEAEAE. Windows color (decimal): -5654394 or 8829097. OLE color: 8829097.
HSL color Cylindrical-coordinate representation of color #A9B886: hue angle of 78º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9B886 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 134 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.28 |
| HSL | 78º | 0.26% | 0.62% | - |
| HSV(B) | 78º | 0.27% | 0.72% | - |
| XYZ | 37.81 | 44.44 | 29.14 | - |
| YUV | 173.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 134 | 0.08 | 0 | 0.27 | 0.28 | 78 | 0.26 | 0.62 |
| Hex | A9 | B8 | 86 | 8 | 0 | 1B | 1C | 4E | 1A | 3E |
| Octal | 251 | 270 | 206 | 10 | 0 | 33 | 34 | 116 | 32 | 76 |
| Binary | 10101001 | 10111000 | 10000110 | 1000 | 0 | 11011 | 11100 | 1001110 | 11010 | 111110 |
Color Harmonies of #A9B886
Complementary color
Monochromatic Colors of #A9B886
Black with #A9B886
Text Example
Text Example
White with #A9B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B886; }
p { color: rgb(169,184,134); }
H1.HeaderClassName
{
color: #A9B886;
}
.AnyTagClassName
{
color: #A9B886;
}
</style>
background-color css
<style>
a { background-color: #A9B886; }
a { background-color: rgb(169,184,134); }
div.DivClassName
{
background-color: #A9B886;
}
.BgClassName
{
background-color: #A9B886;
}
</style>
border-color css
<style>
span { border-color: #A9B886; }
span { border-color: rgb(169,184,134); }
td.TdClassName
{
border-color: #A9B886;
}
.TagClassName
{
border-color: #A9B886;
}
</style>