Shades of Caper #A5B783
Tints of Caper #A5B783
RGB
CMYK
RGB Variations
Color information
#A5B783 (or 0xA5B783) is known color: Caper. HEX triplet: A5, B7 and 83. RGB value is (165,183,131). Sum of RGB (Red+Green+Blue) = 165+183+131=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B783 is #5A487C. Grayscale: #ABABAB. Windows color (decimal): -5916797 or 8632229. OLE color: 8632229.
HSL color Cylindrical-coordinate representation of color #A5B783: hue angle of 80.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5B783 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 131 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.28 |
| HSL | 80.77º | 0.27% | 0.62% | - |
| HSV(B) | 80.77º | 0.28% | 0.72% | - |
| XYZ | 36.55 | 43.51 | 27.94 | - |
| YUV | 171.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 131 | 0.10 | 0 | 0.28 | 0.28 | 80.77 | 0.27 | 0.62 |
| Hex | A5 | B7 | 83 | A | 0 | 1C | 1C | 51 | 1B | 3E |
| Octal | 245 | 267 | 203 | 12 | 0 | 34 | 34 | 121 | 33 | 76 |
| Binary | 10100101 | 10110111 | 10000011 | 1010 | 0 | 11100 | 11100 | 1010001 | 11011 | 111110 |
Color Harmonies of #A5B783
Complementary color
Monochromatic Colors of #A5B783
Black with #A5B783
Text Example
Text Example
White with #A5B783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B783; }
p { color: rgb(165,183,131); }
H1.HeaderClassName
{
color: #A5B783;
}
.AnyTagClassName
{
color: #A5B783;
}
</style>
background-color css
<style>
a { background-color: #A5B783; }
a { background-color: rgb(165,183,131); }
div.DivClassName
{
background-color: #A5B783;
}
.BgClassName
{
background-color: #A5B783;
}
</style>
border-color css
<style>
span { border-color: #A5B783; }
span { border-color: rgb(165,183,131); }
td.TdClassName
{
border-color: #A5B783;
}
.TagClassName
{
border-color: #A5B783;
}
</style>