Shades of Caper #A5B883
Tints of Caper #A5B883
RGB
CMYK
RGB Variations
Color information
#A5B883 (or 0xA5B883) is known color: Caper. HEX triplet: A5, B8 and 83. RGB value is (165,184,131). Sum of RGB (Red+Green+Blue) = 165+184+131=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B883 is #5A477C. Grayscale: #ACACAC. Windows color (decimal): -5916541 or 8632485. OLE color: 8632485.
HSL color Cylindrical-coordinate representation of color #A5B883: hue angle of 81.51º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5B883 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 131 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.28 |
| HSL | 81.51º | 0.27% | 0.62% | - |
| HSV(B) | 81.51º | 0.29% | 0.72% | - |
| XYZ | 36.75 | 43.92 | 28.01 | - |
| YUV | 172.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 131 | 0.10 | 0 | 0.29 | 0.28 | 81.51 | 0.27 | 0.62 |
| Hex | A5 | B8 | 83 | A | 0 | 1D | 1C | 52 | 1B | 3E |
| Octal | 245 | 270 | 203 | 12 | 0 | 35 | 34 | 122 | 33 | 76 |
| Binary | 10100101 | 10111000 | 10000011 | 1010 | 0 | 11101 | 11100 | 1010010 | 11011 | 111110 |
Color Harmonies of #A5B883
Complementary color
Monochromatic Colors of #A5B883
Black with #A5B883
Text Example
Text Example
White with #A5B883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B883; }
p { color: rgb(165,184,131); }
H1.HeaderClassName
{
color: #A5B883;
}
.AnyTagClassName
{
color: #A5B883;
}
</style>
background-color css
<style>
a { background-color: #A5B883; }
a { background-color: rgb(165,184,131); }
div.DivClassName
{
background-color: #A5B883;
}
.BgClassName
{
background-color: #A5B883;
}
</style>
border-color css
<style>
span { border-color: #A5B883; }
span { border-color: rgb(165,184,131); }
td.TdClassName
{
border-color: #A5B883;
}
.TagClassName
{
border-color: #A5B883;
}
</style>