Shades of Caper #A8B585
Tints of Caper #A8B585
RGB
CMYK
RGB Variations
Color information
#A8B585 (or 0xA8B585) is known color: Caper. HEX triplet: A8, B5 and 85. RGB value is (168,181,133). Sum of RGB (Red+Green+Blue) = 168+181+133=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B585 is #574A7A. Grayscale: #ABABAB. Windows color (decimal): -5720699 or 8762792. OLE color: 8762792.
HSL color Cylindrical-coordinate representation of color #A8B585: hue angle of 76.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8B585 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 133 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.29 |
| HSL | 76.25º | 0.24% | 0.62% | - |
| HSV(B) | 76.25º | 0.27% | 0.71% | - |
| XYZ | 36.91 | 43.07 | 28.56 | - |
| YUV | 171.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 133 | 0.07 | 0 | 0.27 | 0.29 | 76.25 | 0.24 | 0.62 |
| Hex | A8 | B5 | 85 | 7 | 0 | 1B | 1D | 4C | 18 | 3E |
| Octal | 250 | 265 | 205 | 7 | 0 | 33 | 35 | 114 | 30 | 76 |
| Binary | 10101000 | 10110101 | 10000101 | 111 | 0 | 11011 | 11101 | 1001100 | 11000 | 111110 |
Color Harmonies of #A8B585
Complementary color
Monochromatic Colors of #A8B585
Black with #A8B585
Text Example
Text Example
White with #A8B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B585; }
p { color: rgb(168,181,133); }
H1.HeaderClassName
{
color: #A8B585;
}
.AnyTagClassName
{
color: #A8B585;
}
</style>
background-color css
<style>
a { background-color: #A8B585; }
a { background-color: rgb(168,181,133); }
div.DivClassName
{
background-color: #A8B585;
}
.BgClassName
{
background-color: #A8B585;
}
</style>
border-color css
<style>
span { border-color: #A8B585; }
span { border-color: rgb(168,181,133); }
td.TdClassName
{
border-color: #A8B585;
}
.TagClassName
{
border-color: #A8B585;
}
</style>