Shades of Caper #ACBF6A
Tints of Caper #ACBF6A
RGB
CMYK
RGB Variations
Color information
#ACBF6A (or 0xACBF6A) is known color: Caper. HEX triplet: AC, BF and 6A. RGB value is (172,191,106). Sum of RGB (Red+Green+Blue) = 172+191+106=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF6A is #534095. Grayscale: #AFAFAF. Windows color (decimal): -5456022 or 6995884. OLE color: 6995884.
HSL color Cylindrical-coordinate representation of color #ACBF6A: hue angle of 73.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACBF6A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 191 | 106 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.25 |
| HSL | 73.41º | 0.4% | 0.58% | - |
| HSV(B) | 73.41º | 0.45% | 0.75% | - |
| XYZ | 38.25 | 47.07 | 20.71 | - |
| YUV | 175.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 106 | 0.10 | 0 | 0.45 | 0.25 | 73.41 | 0.4 | 0.58 |
| Hex | AC | BF | 6A | A | 0 | 2D | 19 | 49 | 28 | 3A |
| Octal | 254 | 277 | 152 | 12 | 0 | 55 | 31 | 111 | 50 | 72 |
| Binary | 10101100 | 10111111 | 1101010 | 1010 | 0 | 101101 | 11001 | 1001001 | 101000 | 111010 |
Color Harmonies of #ACBF6A
Complementary color
Monochromatic Colors of #ACBF6A
Black with #ACBF6A
Text Example
Text Example
White with #ACBF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF6A; }
p { color: rgb(172,191,106); }
H1.HeaderClassName
{
color: #ACBF6A;
}
.AnyTagClassName
{
color: #ACBF6A;
}
</style>
background-color css
<style>
a { background-color: #ACBF6A; }
a { background-color: rgb(172,191,106); }
div.DivClassName
{
background-color: #ACBF6A;
}
.BgClassName
{
background-color: #ACBF6A;
}
</style>
border-color css
<style>
span { border-color: #ACBF6A; }
span { border-color: rgb(172,191,106); }
td.TdClassName
{
border-color: #ACBF6A;
}
.TagClassName
{
border-color: #ACBF6A;
}
</style>