Shades of Caper #A9B788
Tints of Caper #A9B788
RGB
CMYK
RGB Variations
Color information
#A9B788 (or 0xA9B788) is known color: Caper. HEX triplet: A9, B7 and 88. RGB value is (169,183,136). Sum of RGB (Red+Green+Blue) = 169+183+136=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B788 is #564877. Grayscale: #ADADAD. Windows color (decimal): -5654648 or 8959913. OLE color: 8959913.
HSL color Cylindrical-coordinate representation of color #A9B788: hue angle of 77.87º 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 #A9B788 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 183 | 136 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.28 |
| HSL | 77.87º | 0.25% | 0.63% | - |
| HSV(B) | 77.87º | 0.26% | 0.72% | - |
| XYZ | 37.74 | 44.08 | 29.81 | - |
| YUV | 173.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 136 | 0.08 | 0 | 0.26 | 0.28 | 77.87 | 0.25 | 0.63 |
| Hex | A9 | B7 | 88 | 8 | 0 | 1A | 1C | 4E | 19 | 3F |
| Octal | 251 | 267 | 210 | 10 | 0 | 32 | 34 | 116 | 31 | 77 |
| Binary | 10101001 | 10110111 | 10001000 | 1000 | 0 | 11010 | 11100 | 1001110 | 11001 | 111111 |
Color Harmonies of #A9B788
Complementary color
Monochromatic Colors of #A9B788
Black with #A9B788
Text Example
Text Example
White with #A9B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B788; }
p { color: rgb(169,183,136); }
H1.HeaderClassName
{
color: #A9B788;
}
.AnyTagClassName
{
color: #A9B788;
}
</style>
background-color css
<style>
a { background-color: #A9B788; }
a { background-color: rgb(169,183,136); }
div.DivClassName
{
background-color: #A9B788;
}
.BgClassName
{
background-color: #A9B788;
}
</style>
border-color css
<style>
span { border-color: #A9B788; }
span { border-color: rgb(169,183,136); }
td.TdClassName
{
border-color: #A9B788;
}
.TagClassName
{
border-color: #A9B788;
}
</style>