Shades of Caper #A5B585
Tints of Caper #A5B585
RGB
CMYK
RGB Variations
Color information
#A5B585 (or 0xA5B585) is known color: Caper. HEX triplet: A5, B5 and 85. RGB value is (165,181,133). Sum of RGB (Red+Green+Blue) = 165+181+133=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B585 is #5A4A7A. Grayscale: #AAAAAA. Windows color (decimal): -5917307 or 8762789. OLE color: 8762789.
HSL color Cylindrical-coordinate representation of color #A5B585: hue angle of 80º 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 #A5B585 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 133 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.29 |
| HSL | 80º | 0.24% | 0.62% | - |
| HSV(B) | 80º | 0.27% | 0.71% | - |
| XYZ | 36.27 | 42.74 | 28.53 | - |
| YUV | 170.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 133 | 0.09 | 0 | 0.27 | 0.29 | 80 | 0.24 | 0.62 |
| Hex | A5 | B5 | 85 | 9 | 0 | 1B | 1D | 50 | 18 | 3E |
| Octal | 245 | 265 | 205 | 11 | 0 | 33 | 35 | 120 | 30 | 76 |
| Binary | 10100101 | 10110101 | 10000101 | 1001 | 0 | 11011 | 11101 | 1010000 | 11000 | 111110 |
Color Harmonies of #A5B585
Complementary color
Monochromatic Colors of #A5B585
Black with #A5B585
Text Example
Text Example
White with #A5B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B585; }
p { color: rgb(165,181,133); }
H1.HeaderClassName
{
color: #A5B585;
}
.AnyTagClassName
{
color: #A5B585;
}
</style>
background-color css
<style>
a { background-color: #A5B585; }
a { background-color: rgb(165,181,133); }
div.DivClassName
{
background-color: #A5B585;
}
.BgClassName
{
background-color: #A5B585;
}
</style>
border-color css
<style>
span { border-color: #A5B585; }
span { border-color: rgb(165,181,133); }
td.TdClassName
{
border-color: #A5B585;
}
.TagClassName
{
border-color: #A5B585;
}
</style>