Shades of Caper #A9B888
Tints of Caper #A9B888
RGB
CMYK
RGB Variations
Color information
#A9B888 (or 0xA9B888) is known color: Caper. HEX triplet: A9, B8 and 88. RGB value is (169,184,136). Sum of RGB (Red+Green+Blue) = 169+184+136=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B888 is #564777. Grayscale: #AEAEAE. Windows color (decimal): -5654392 or 8960169. OLE color: 8960169.
HSL color Cylindrical-coordinate representation of color #A9B888: hue angle of 78.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B888 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 136 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.28 |
| HSL | 78.75º | 0.25% | 0.63% | - |
| HSV(B) | 78.75º | 0.26% | 0.72% | - |
| XYZ | 37.95 | 44.49 | 29.88 | - |
| YUV | 174.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 136 | 0.08 | 0 | 0.26 | 0.28 | 78.75 | 0.25 | 0.63 |
| Hex | A9 | B8 | 88 | 8 | 0 | 1A | 1C | 4F | 19 | 3F |
| Octal | 251 | 270 | 210 | 10 | 0 | 32 | 34 | 117 | 31 | 77 |
| Binary | 10101001 | 10111000 | 10001000 | 1000 | 0 | 11010 | 11100 | 1001111 | 11001 | 111111 |
Color Harmonies of #A9B888
Complementary color
Monochromatic Colors of #A9B888
Black with #A9B888
Text Example
Text Example
White with #A9B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B888; }
p { color: rgb(169,184,136); }
H1.HeaderClassName
{
color: #A9B888;
}
.AnyTagClassName
{
color: #A9B888;
}
</style>
background-color css
<style>
a { background-color: #A9B888; }
a { background-color: rgb(169,184,136); }
div.DivClassName
{
background-color: #A9B888;
}
.BgClassName
{
background-color: #A9B888;
}
</style>
border-color css
<style>
span { border-color: #A9B888; }
span { border-color: rgb(169,184,136); }
td.TdClassName
{
border-color: #A9B888;
}
.TagClassName
{
border-color: #A9B888;
}
</style>