Shades of Caper #A8B587
Tints of Caper #A8B587
RGB
CMYK
RGB Variations
Color information
#A8B587 (or 0xA8B587) is known color: Caper. HEX triplet: A8, B5 and 87. RGB value is (168,181,135). Sum of RGB (Red+Green+Blue) = 168+181+135=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B587 is #574A78. Grayscale: #ACACAC. Windows color (decimal): -5720697 or 8893864. OLE color: 8893864.
HSL color Cylindrical-coordinate representation of color #A8B587: 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 #A8B587 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 135 | - |
| 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.05 | 43.12 | 29.29 | - |
| YUV | 171.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 135 | 0.07 | 0 | 0.25 | 0.29 | 76.96 | 0.24 | 0.62 |
| Hex | A8 | B5 | 87 | 7 | 0 | 19 | 1D | 4D | 18 | 3E |
| Octal | 250 | 265 | 207 | 7 | 0 | 31 | 35 | 115 | 30 | 76 |
| Binary | 10101000 | 10110101 | 10000111 | 111 | 0 | 11001 | 11101 | 1001101 | 11000 | 111110 |
Color Harmonies of #A8B587
Complementary color
Monochromatic Colors of #A8B587
Black with #A8B587
Text Example
Text Example
White with #A8B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B587; }
p { color: rgb(168,181,135); }
H1.HeaderClassName
{
color: #A8B587;
}
.AnyTagClassName
{
color: #A8B587;
}
</style>
background-color css
<style>
a { background-color: #A8B587; }
a { background-color: rgb(168,181,135); }
div.DivClassName
{
background-color: #A8B587;
}
.BgClassName
{
background-color: #A8B587;
}
</style>
border-color css
<style>
span { border-color: #A8B587; }
span { border-color: rgb(168,181,135); }
td.TdClassName
{
border-color: #A8B587;
}
.TagClassName
{
border-color: #A8B587;
}
</style>