Shades of Caper #ACB783
Tints of Caper #ACB783
RGB
CMYK
RGB Variations
Color information
#ACB783 (or 0xACB783) is known color: Caper. HEX triplet: AC, B7 and 83. RGB value is (172,183,131). Sum of RGB (Red+Green+Blue) = 172+183+131=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB783 is #53487C. Grayscale: #ADADAD. Windows color (decimal): -5458045 or 8632236. OLE color: 8632236.
HSL color Cylindrical-coordinate representation of color #ACB783: hue angle of 72.69º 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 #ACB783 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 131 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.28 |
| HSL | 72.69º | 0.27% | 0.62% | - |
| HSV(B) | 72.69º | 0.28% | 0.72% | - |
| XYZ | 38.04 | 44.28 | 28.01 | - |
| YUV | 173.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 131 | 0.06 | 0 | 0.28 | 0.28 | 72.69 | 0.27 | 0.62 |
| Hex | AC | B7 | 83 | 6 | 0 | 1C | 1C | 49 | 1B | 3E |
| Octal | 254 | 267 | 203 | 6 | 0 | 34 | 34 | 111 | 33 | 76 |
| Binary | 10101100 | 10110111 | 10000011 | 110 | 0 | 11100 | 11100 | 1001001 | 11011 | 111110 |
Color Harmonies of #ACB783
Complementary color
Monochromatic Colors of #ACB783
Black with #ACB783
Text Example
Text Example
White with #ACB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB783; }
p { color: rgb(172,183,131); }
H1.HeaderClassName
{
color: #ACB783;
}
.AnyTagClassName
{
color: #ACB783;
}
</style>
background-color css
<style>
a { background-color: #ACB783; }
a { background-color: rgb(172,183,131); }
div.DivClassName
{
background-color: #ACB783;
}
.BgClassName
{
background-color: #ACB783;
}
</style>
border-color css
<style>
span { border-color: #ACB783; }
span { border-color: rgb(172,183,131); }
td.TdClassName
{
border-color: #ACB783;
}
.TagClassName
{
border-color: #ACB783;
}
</style>