Shades of Caper #AFB88D
Tints of Caper #AFB88D
RGB
CMYK
RGB Variations
Color information
#AFB88D (or 0xAFB88D) is known color: Caper. HEX triplet: AF, B8 and 8D. RGB value is (175,184,141). Sum of RGB (Red+Green+Blue) = 175+184+141=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88D is #504772. Grayscale: #B0B0B0. Windows color (decimal): -5261171 or 9287855. OLE color: 9287855.
HSL color Cylindrical-coordinate representation of color #AFB88D: hue angle of 72.56º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB88D is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 141 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.28 |
| HSL | 72.56º | 0.23% | 0.64% | - |
| HSV(B) | 72.56º | 0.23% | 0.72% | - |
| XYZ | 39.63 | 45.32 | 31.86 | - |
| YUV | 176.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 141 | 0.05 | 0 | 0.23 | 0.28 | 72.56 | 0.23 | 0.64 |
| Hex | AF | B8 | 8D | 5 | 0 | 17 | 1C | 49 | 17 | 40 |
| Octal | 257 | 270 | 215 | 5 | 0 | 27 | 34 | 111 | 27 | 100 |
| Binary | 10101111 | 10111000 | 10001101 | 101 | 0 | 10111 | 11100 | 1001001 | 10111 | 1000000 |
Color Harmonies of #AFB88D
Complementary color
Monochromatic Colors of #AFB88D
Black with #AFB88D
Text Example
Text Example
White with #AFB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB88D; }
p { color: rgb(175,184,141); }
H1.HeaderClassName
{
color: #AFB88D;
}
.AnyTagClassName
{
color: #AFB88D;
}
</style>
background-color css
<style>
a { background-color: #AFB88D; }
a { background-color: rgb(175,184,141); }
div.DivClassName
{
background-color: #AFB88D;
}
.BgClassName
{
background-color: #AFB88D;
}
</style>
border-color css
<style>
span { border-color: #AFB88D; }
span { border-color: rgb(175,184,141); }
td.TdClassName
{
border-color: #AFB88D;
}
.TagClassName
{
border-color: #AFB88D;
}
</style>