Shades of Caper #AFC47C
Tints of Caper #AFC47C
RGB
CMYK
RGB Variations
Color information
#AFC47C (or 0xAFC47C) is known color: Caper. HEX triplet: AF, C4 and 7C. RGB value is (175,196,124). Sum of RGB (Red+Green+Blue) = 175+196+124=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC47C is #503B83. Grayscale: #B5B5B5. Windows color (decimal): -5258116 or 8176815. OLE color: 8176815.
HSL color Cylindrical-coordinate representation of color #AFC47C: hue angle of 77.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC47C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 124 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.23 |
| HSL | 77.5º | 0.38% | 0.63% | - |
| HSV(B) | 77.5º | 0.37% | 0.77% | - |
| XYZ | 41.06 | 50.05 | 26.57 | - |
| YUV | 181.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 124 | 0.11 | 0 | 0.37 | 0.23 | 77.5 | 0.38 | 0.63 |
| Hex | AF | C4 | 7C | B | 0 | 25 | 17 | 4E | 26 | 3F |
| Octal | 257 | 304 | 174 | 13 | 0 | 45 | 27 | 116 | 46 | 77 |
| Binary | 10101111 | 11000100 | 1111100 | 1011 | 0 | 100101 | 10111 | 1001110 | 100110 | 111111 |
Color Harmonies of #AFC47C
Complementary color
Monochromatic Colors of #AFC47C
Black with #AFC47C
Text Example
Text Example
White with #AFC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC47C; }
p { color: rgb(175,196,124); }
H1.HeaderClassName
{
color: #AFC47C;
}
.AnyTagClassName
{
color: #AFC47C;
}
</style>
background-color css
<style>
a { background-color: #AFC47C; }
a { background-color: rgb(175,196,124); }
div.DivClassName
{
background-color: #AFC47C;
}
.BgClassName
{
background-color: #AFC47C;
}
</style>
border-color css
<style>
span { border-color: #AFC47C; }
span { border-color: rgb(175,196,124); }
td.TdClassName
{
border-color: #AFC47C;
}
.TagClassName
{
border-color: #AFC47C;
}
</style>