Shades of Caper #A9B688
Tints of Caper #A9B688
RGB
CMYK
RGB Variations
Color information
#A9B688 (or 0xA9B688) is known color: Caper. HEX triplet: A9, B6 and 88. RGB value is (169,182,136). Sum of RGB (Red+Green+Blue) = 169+182+136=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B688 is #564977. Grayscale: #ADADAD. Windows color (decimal): -5654904 or 8959657. OLE color: 8959657.
HSL color Cylindrical-coordinate representation of color #A9B688: hue angle of 76.96º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9B688 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 182 | 136 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.29 |
| HSL | 76.96º | 0.24% | 0.62% | - |
| HSV(B) | 76.96º | 0.25% | 0.71% | - |
| XYZ | 37.53 | 43.67 | 29.74 | - |
| YUV | 172.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 182 | 136 | 0.07 | 0 | 0.25 | 0.29 | 76.96 | 0.24 | 0.62 |
| Hex | A9 | B6 | 88 | 7 | 0 | 19 | 1D | 4D | 18 | 3E |
| Octal | 251 | 266 | 210 | 7 | 0 | 31 | 35 | 115 | 30 | 76 |
| Binary | 10101001 | 10110110 | 10001000 | 111 | 0 | 11001 | 11101 | 1001101 | 11000 | 111110 |
Color Harmonies of #A9B688
Complementary color
Monochromatic Colors of #A9B688
Black with #A9B688
Text Example
Text Example
White with #A9B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B688; }
p { color: rgb(169,182,136); }
H1.HeaderClassName
{
color: #A9B688;
}
.AnyTagClassName
{
color: #A9B688;
}
</style>
background-color css
<style>
a { background-color: #A9B688; }
a { background-color: rgb(169,182,136); }
div.DivClassName
{
background-color: #A9B688;
}
.BgClassName
{
background-color: #A9B688;
}
</style>
border-color css
<style>
span { border-color: #A9B688; }
span { border-color: rgb(169,182,136); }
td.TdClassName
{
border-color: #A9B688;
}
.TagClassName
{
border-color: #A9B688;
}
</style>