Shades of Caper #AFC971
Tints of Caper #AFC971
RGB
CMYK
RGB Variations
Color information
#AFC971 (or 0xAFC971) is known color: Caper. HEX triplet: AF, C9 and 71. RGB value is (175,201,113). Sum of RGB (Red+Green+Blue) = 175+201+113=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC971 is #50368E. Grayscale: #B7B7B7. Windows color (decimal): -5256847 or 7457199. OLE color: 7457199.
HSL color Cylindrical-coordinate representation of color #AFC971: hue angle of 77.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC971 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 113 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.21 |
| HSL | 77.73º | 0.45% | 0.62% | - |
| HSV(B) | 77.73º | 0.44% | 0.79% | - |
| XYZ | 41.55 | 52.08 | 23.49 | - |
| YUV | 183.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 113 | 0.13 | 0 | 0.44 | 0.21 | 77.73 | 0.45 | 0.62 |
| Hex | AF | C9 | 71 | D | 0 | 2C | 15 | 4E | 2D | 3E |
| Octal | 257 | 311 | 161 | 15 | 0 | 54 | 25 | 116 | 55 | 76 |
| Binary | 10101111 | 11001001 | 1110001 | 1101 | 0 | 101100 | 10101 | 1001110 | 101101 | 111110 |
Color Harmonies of #AFC971
Complementary color
Monochromatic Colors of #AFC971
Black with #AFC971
Text Example
Text Example
White with #AFC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC971; }
p { color: rgb(175,201,113); }
H1.HeaderClassName
{
color: #AFC971;
}
.AnyTagClassName
{
color: #AFC971;
}
</style>
background-color css
<style>
a { background-color: #AFC971; }
a { background-color: rgb(175,201,113); }
div.DivClassName
{
background-color: #AFC971;
}
.BgClassName
{
background-color: #AFC971;
}
</style>
border-color css
<style>
span { border-color: #AFC971; }
span { border-color: rgb(175,201,113); }
td.TdClassName
{
border-color: #AFC971;
}
.TagClassName
{
border-color: #AFC971;
}
</style>