Shades of Caper #AFC973
Tints of Caper #AFC973
RGB
CMYK
RGB Variations
Color information
#AFC973 (or 0xAFC973) is known color: Caper. HEX triplet: AF, C9 and 73. RGB value is (175,201,115). Sum of RGB (Red+Green+Blue) = 175+201+115=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC973 is #50368C. Grayscale: #B7B7B7. Windows color (decimal): -5256845 or 7588271. OLE color: 7588271.
HSL color Cylindrical-coordinate representation of color #AFC973: hue angle of 78.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC973 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 115 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.21 |
| HSL | 78.14º | 0.44% | 0.62% | - |
| HSV(B) | 78.14º | 0.43% | 0.79% | - |
| XYZ | 41.66 | 52.13 | 24.09 | - |
| YUV | 183.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 115 | 0.13 | 0 | 0.43 | 0.21 | 78.14 | 0.44 | 0.62 |
| Hex | AF | C9 | 73 | D | 0 | 2B | 15 | 4E | 2C | 3E |
| Octal | 257 | 311 | 163 | 15 | 0 | 53 | 25 | 116 | 54 | 76 |
| Binary | 10101111 | 11001001 | 1110011 | 1101 | 0 | 101011 | 10101 | 1001110 | 101100 | 111110 |
Color Harmonies of #AFC973
Complementary color
Monochromatic Colors of #AFC973
Black with #AFC973
Text Example
Text Example
White with #AFC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC973; }
p { color: rgb(175,201,115); }
H1.HeaderClassName
{
color: #AFC973;
}
.AnyTagClassName
{
color: #AFC973;
}
</style>
background-color css
<style>
a { background-color: #AFC973; }
a { background-color: rgb(175,201,115); }
div.DivClassName
{
background-color: #AFC973;
}
.BgClassName
{
background-color: #AFC973;
}
</style>
border-color css
<style>
span { border-color: #AFC973; }
span { border-color: rgb(175,201,115); }
td.TdClassName
{
border-color: #AFC973;
}
.TagClassName
{
border-color: #AFC973;
}
</style>