Shades of Caper #ACBF7D
Tints of Caper #ACBF7D
RGB
CMYK
RGB Variations
Color information
#ACBF7D (or 0xACBF7D) is known color: Caper. HEX triplet: AC, BF and 7D. RGB value is (172,191,125). Sum of RGB (Red+Green+Blue) = 172+191+125=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF7D is #534082. Grayscale: #B2B2B2. Windows color (decimal): -5456003 or 8241068. OLE color: 8241068.
HSL color Cylindrical-coordinate representation of color #ACBF7D: hue angle of 77.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACBF7D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 191 | 125 | - |
CMYK | 0.10 | 0 | 0.35 | 0.25 |
HSL | 77.27º | 0.34% | 0.62% | - |
HSV(B) | 77.27º | 0.35% | 0.75% | - |
XYZ | 39.35 | 47.51 | 26.5 | - |
YUV | 177.8 | 98.21 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 125 | 0.10 | 0 | 0.35 | 0.25 | 77.27 | 0.34 | 0.62 |
Hex | AC | BF | 7D | A | 0 | 23 | 19 | 4D | 22 | 3E |
Octal | 254 | 277 | 175 | 12 | 0 | 43 | 31 | 115 | 42 | 76 |
Binary | 10101100 | 10111111 | 1111101 | 1010 | 0 | 100011 | 11001 | 1001101 | 100010 | 111110 |
Color Harmonies of #ACBF7D
Complementary color
Monochromatic Colors of #ACBF7D
Black with #ACBF7D
Text Example
Text Example
White with #ACBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF7D; }
p { color: rgb(172,191,125); }
H1.HeaderClassName
{
color: #ACBF7D;
}
.AnyTagClassName
{
color: #ACBF7D;
}
</style>
background-color css
<style>
a { background-color: #ACBF7D; }
a { background-color: rgb(172,191,125); }
div.DivClassName
{
background-color: #ACBF7D;
}
.BgClassName
{
background-color: #ACBF7D;
}
</style>
border-color css
<style>
span { border-color: #ACBF7D; }
span { border-color: rgb(172,191,125); }
td.TdClassName
{
border-color: #ACBF7D;
}
.TagClassName
{
border-color: #ACBF7D;
}
</style>