Shades of Caper #A8B487
Tints of Caper #A8B487
RGB
CMYK
RGB Variations
Color information
#A8B487 (or 0xA8B487) is known color: Caper. HEX triplet: A8, B4 and 87. RGB value is (168,180,135). Sum of RGB (Red+Green+Blue) = 168+180+135=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B487 is #574B78. Grayscale: #ABABAB. Windows color (decimal): -5720953 or 8893608. OLE color: 8893608.
HSL color Cylindrical-coordinate representation of color #A8B487: hue angle of 76º degrees, saturation: 0.23, 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 #A8B487 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 135 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.29 |
| HSL | 76º | 0.23% | 0.62% | - |
| HSV(B) | 76º | 0.25% | 0.71% | - |
| XYZ | 36.84 | 42.72 | 29.22 | - |
| YUV | 171.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 135 | 0.07 | 0 | 0.25 | 0.29 | 76 | 0.23 | 0.62 |
| Hex | A8 | B4 | 87 | 7 | 0 | 19 | 1D | 4C | 17 | 3E |
| Octal | 250 | 264 | 207 | 7 | 0 | 31 | 35 | 114 | 27 | 76 |
| Binary | 10101000 | 10110100 | 10000111 | 111 | 0 | 11001 | 11101 | 1001100 | 10111 | 111110 |
Color Harmonies of #A8B487
Complementary color
Monochromatic Colors of #A8B487
Black with #A8B487
Text Example
Text Example
White with #A8B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B487; }
p { color: rgb(168,180,135); }
H1.HeaderClassName
{
color: #A8B487;
}
.AnyTagClassName
{
color: #A8B487;
}
</style>
background-color css
<style>
a { background-color: #A8B487; }
a { background-color: rgb(168,180,135); }
div.DivClassName
{
background-color: #A8B487;
}
.BgClassName
{
background-color: #A8B487;
}
</style>
border-color css
<style>
span { border-color: #A8B487; }
span { border-color: rgb(168,180,135); }
td.TdClassName
{
border-color: #A8B487;
}
.TagClassName
{
border-color: #A8B487;
}
</style>