Shades of Caper #ACB573
Tints of Caper #ACB573
RGB
CMYK
RGB Variations
Color information
#ACB573 (or 0xACB573) is known color: Caper. HEX triplet: AC, B5 and 73. RGB value is (172,181,115). Sum of RGB (Red+Green+Blue) = 172+181+115=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB573 is #534A8C. Grayscale: #ABABAB. Windows color (decimal): -5458573 or 7583148. OLE color: 7583148.
HSL color Cylindrical-coordinate representation of color #ACB573: hue angle of 68.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB573 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 115 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.29 |
| HSL | 68.18º | 0.31% | 0.58% | - |
| HSV(B) | 68.18º | 0.36% | 0.71% | - |
| XYZ | 36.63 | 43.06 | 22.6 | - |
| YUV | 170.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 115 | 0.05 | 0 | 0.36 | 0.29 | 68.18 | 0.31 | 0.58 |
| Hex | AC | B5 | 73 | 5 | 0 | 24 | 1D | 44 | 1F | 3A |
| Octal | 254 | 265 | 163 | 5 | 0 | 44 | 35 | 104 | 37 | 72 |
| Binary | 10101100 | 10110101 | 1110011 | 101 | 0 | 100100 | 11101 | 1000100 | 11111 | 111010 |
Color Harmonies of #ACB573
Complementary color
Monochromatic Colors of #ACB573
Black with #ACB573
Text Example
Text Example
White with #ACB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB573; }
p { color: rgb(172,181,115); }
H1.HeaderClassName
{
color: #ACB573;
}
.AnyTagClassName
{
color: #ACB573;
}
</style>
background-color css
<style>
a { background-color: #ACB573; }
a { background-color: rgb(172,181,115); }
div.DivClassName
{
background-color: #ACB573;
}
.BgClassName
{
background-color: #ACB573;
}
</style>
border-color css
<style>
span { border-color: #ACB573; }
span { border-color: rgb(172,181,115); }
td.TdClassName
{
border-color: #ACB573;
}
.TagClassName
{
border-color: #ACB573;
}
</style>