Shades of Caper #ACB883
Tints of Caper #ACB883
RGB
CMYK
RGB Variations
Color information
#ACB883 (or 0xACB883) is known color: Caper. HEX triplet: AC, B8 and 83. RGB value is (172,184,131). Sum of RGB (Red+Green+Blue) = 172+184+131=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB883 is #53477C. Grayscale: #AEAEAE. Windows color (decimal): -5457789 or 8632492. OLE color: 8632492.
HSL color Cylindrical-coordinate representation of color #ACB883: hue angle of 73.58º 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 #ACB883 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 131 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.28 |
| HSL | 73.58º | 0.27% | 0.62% | - |
| HSV(B) | 73.58º | 0.29% | 0.72% | - |
| XYZ | 38.25 | 44.69 | 28.08 | - |
| YUV | 174.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 131 | 0.07 | 0 | 0.29 | 0.28 | 73.58 | 0.27 | 0.62 |
| Hex | AC | B8 | 83 | 7 | 0 | 1D | 1C | 4A | 1B | 3E |
| Octal | 254 | 270 | 203 | 7 | 0 | 35 | 34 | 112 | 33 | 76 |
| Binary | 10101100 | 10111000 | 10000011 | 111 | 0 | 11101 | 11100 | 1001010 | 11011 | 111110 |
Color Harmonies of #ACB883
Complementary color
Monochromatic Colors of #ACB883
Black with #ACB883
Text Example
Text Example
White with #ACB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB883; }
p { color: rgb(172,184,131); }
H1.HeaderClassName
{
color: #ACB883;
}
.AnyTagClassName
{
color: #ACB883;
}
</style>
background-color css
<style>
a { background-color: #ACB883; }
a { background-color: rgb(172,184,131); }
div.DivClassName
{
background-color: #ACB883;
}
.BgClassName
{
background-color: #ACB883;
}
</style>
border-color css
<style>
span { border-color: #ACB883; }
span { border-color: rgb(172,184,131); }
td.TdClassName
{
border-color: #ACB883;
}
.TagClassName
{
border-color: #ACB883;
}
</style>