Shades of Caper #A8B988
Tints of Caper #A8B988
RGB
CMYK
RGB Variations
Color information
#A8B988 (or 0xA8B988) is known color: Caper. HEX triplet: A8, B9 and 88. RGB value is (168,185,136). Sum of RGB (Red+Green+Blue) = 168+185+136=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B988 is #574677. Grayscale: #AEAEAE. Windows color (decimal): -5719672 or 8960424. OLE color: 8960424.
HSL color Cylindrical-coordinate representation of color #A8B988: hue angle of 80.82º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8B988 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 136 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.27 |
| HSL | 80.82º | 0.26% | 0.63% | - |
| HSV(B) | 80.82º | 0.26% | 0.73% | - |
| XYZ | 37.94 | 44.8 | 29.94 | - |
| YUV | 174.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 136 | 0.09 | 0 | 0.26 | 0.27 | 80.82 | 0.26 | 0.63 |
| Hex | A8 | B9 | 88 | 9 | 0 | 1A | 1B | 51 | 1A | 3F |
| Octal | 250 | 271 | 210 | 11 | 0 | 32 | 33 | 121 | 32 | 77 |
| Binary | 10101000 | 10111001 | 10001000 | 1001 | 0 | 11010 | 11011 | 1010001 | 11010 | 111111 |
Color Harmonies of #A8B988
Complementary color
Monochromatic Colors of #A8B988
Black with #A8B988
Text Example
Text Example
White with #A8B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B988; }
p { color: rgb(168,185,136); }
H1.HeaderClassName
{
color: #A8B988;
}
.AnyTagClassName
{
color: #A8B988;
}
</style>
background-color css
<style>
a { background-color: #A8B988; }
a { background-color: rgb(168,185,136); }
div.DivClassName
{
background-color: #A8B988;
}
.BgClassName
{
background-color: #A8B988;
}
</style>
border-color css
<style>
span { border-color: #A8B988; }
span { border-color: rgb(168,185,136); }
td.TdClassName
{
border-color: #A8B988;
}
.TagClassName
{
border-color: #A8B988;
}
</style>