Shades of Caper #ACB57E
Tints of Caper #ACB57E
RGB
CMYK
RGB Variations
Color information
#ACB57E (or 0xACB57E) is known color: Caper. HEX triplet: AC, B5 and 7E. RGB value is (172,181,126). Sum of RGB (Red+Green+Blue) = 172+181+126=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57E is #534A81. Grayscale: #ACACAC. Windows color (decimal): -5458562 or 8304044. OLE color: 8304044.
HSL color Cylindrical-coordinate representation of color #ACB57E: hue angle of 69.82º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB57E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 126 | - |
CMYK | 0.05 | 0 | 0.30 | 0.29 |
HSL | 69.82º | 0.27% | 0.6% | - |
HSV(B) | 69.82º | 0.3% | 0.71% | - |
XYZ | 37.3 | 43.32 | 26.14 | - |
YUV | 172.04 | 102.02 | 127.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 126 | 0.05 | 0 | 0.30 | 0.29 | 69.82 | 0.27 | 0.6 |
Hex | AC | B5 | 7E | 5 | 0 | 1E | 1D | 46 | 1B | 3C |
Octal | 254 | 265 | 176 | 5 | 0 | 36 | 35 | 106 | 33 | 74 |
Binary | 10101100 | 10110101 | 1111110 | 101 | 0 | 11110 | 11101 | 1000110 | 11011 | 111100 |
Color Harmonies of #ACB57E
Complementary color
Monochromatic Colors of #ACB57E
Black with #ACB57E
Text Example
Text Example
White with #ACB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB57E; }
p { color: rgb(172,181,126); }
H1.HeaderClassName
{
color: #ACB57E;
}
.AnyTagClassName
{
color: #ACB57E;
}
</style>
background-color css
<style>
a { background-color: #ACB57E; }
a { background-color: rgb(172,181,126); }
div.DivClassName
{
background-color: #ACB57E;
}
.BgClassName
{
background-color: #ACB57E;
}
</style>
border-color css
<style>
span { border-color: #ACB57E; }
span { border-color: rgb(172,181,126); }
td.TdClassName
{
border-color: #ACB57E;
}
.TagClassName
{
border-color: #ACB57E;
}
</style>