Shades of Caper #AFC772
Tints of Caper #AFC772
RGB
CMYK
RGB Variations
Color information
#AFC772 (or 0xAFC772) is known color: Caper. HEX triplet: AF, C7 and 72. RGB value is (175,199,114). Sum of RGB (Red+Green+Blue) = 175+199+114=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC772 is #50388D. Grayscale: #B6B6B6. Windows color (decimal): -5257358 or 7522223. OLE color: 7522223.
HSL color Cylindrical-coordinate representation of color #AFC772: hue angle of 76.94º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC772 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 114 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.22 |
| HSL | 76.94º | 0.43% | 0.61% | - |
| HSV(B) | 76.94º | 0.43% | 0.78% | - |
| XYZ | 41.14 | 51.18 | 23.63 | - |
| YUV | 182.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 114 | 0.12 | 0 | 0.43 | 0.22 | 76.94 | 0.43 | 0.61 |
| Hex | AF | C7 | 72 | C | 0 | 2B | 16 | 4D | 2B | 3D |
| Octal | 257 | 307 | 162 | 14 | 0 | 53 | 26 | 115 | 53 | 75 |
| Binary | 10101111 | 11000111 | 1110010 | 1100 | 0 | 101011 | 10110 | 1001101 | 101011 | 111101 |
Color Harmonies of #AFC772
Complementary color
Monochromatic Colors of #AFC772
Black with #AFC772
Text Example
Text Example
White with #AFC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC772; }
p { color: rgb(175,199,114); }
H1.HeaderClassName
{
color: #AFC772;
}
.AnyTagClassName
{
color: #AFC772;
}
</style>
background-color css
<style>
a { background-color: #AFC772; }
a { background-color: rgb(175,199,114); }
div.DivClassName
{
background-color: #AFC772;
}
.BgClassName
{
background-color: #AFC772;
}
</style>
border-color css
<style>
span { border-color: #AFC772; }
span { border-color: rgb(175,199,114); }
td.TdClassName
{
border-color: #AFC772;
}
.TagClassName
{
border-color: #AFC772;
}
</style>