Shades of Caper #AFBC8D
Tints of Caper #AFBC8D
RGB
CMYK
RGB Variations
Color information
#AFBC8D (or 0xAFBC8D) is known color: Caper. HEX triplet: AF, BC and 8D. RGB value is (175,188,141). Sum of RGB (Red+Green+Blue) = 175+188+141=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC8D is #504372. Grayscale: #B2B2B2. Windows color (decimal): -5260147 or 9288879. OLE color: 9288879.
HSL color Cylindrical-coordinate representation of color #AFBC8D: hue angle of 76.6º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBC8D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 141 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.26 |
| HSL | 76.6º | 0.26% | 0.65% | - |
| HSV(B) | 76.6º | 0.25% | 0.74% | - |
| XYZ | 40.47 | 47 | 32.14 | - |
| YUV | 178.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 141 | 0.07 | 0 | 0.25 | 0.26 | 76.6 | 0.26 | 0.65 |
| Hex | AF | BC | 8D | 7 | 0 | 19 | 1A | 4D | 1A | 41 |
| Octal | 257 | 274 | 215 | 7 | 0 | 31 | 32 | 115 | 32 | 101 |
| Binary | 10101111 | 10111100 | 10001101 | 111 | 0 | 11001 | 11010 | 1001101 | 11010 | 1000001 |
Color Harmonies of #AFBC8D
Complementary color
Monochromatic Colors of #AFBC8D
Black with #AFBC8D
Text Example
Text Example
White with #AFBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC8D; }
p { color: rgb(175,188,141); }
H1.HeaderClassName
{
color: #AFBC8D;
}
.AnyTagClassName
{
color: #AFBC8D;
}
</style>
background-color css
<style>
a { background-color: #AFBC8D; }
a { background-color: rgb(175,188,141); }
div.DivClassName
{
background-color: #AFBC8D;
}
.BgClassName
{
background-color: #AFBC8D;
}
</style>
border-color css
<style>
span { border-color: #AFBC8D; }
span { border-color: rgb(175,188,141); }
td.TdClassName
{
border-color: #AFBC8D;
}
.TagClassName
{
border-color: #AFBC8D;
}
</style>