Shades of Caper #AFC873
Tints of Caper #AFC873
RGB
CMYK
RGB Variations
Color information
#AFC873 (or 0xAFC873) is known color: Caper. HEX triplet: AF, C8 and 73. RGB value is (175,200,115). Sum of RGB (Red+Green+Blue) = 175+200+115=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC873 is #50378C. Grayscale: #B7B7B7. Windows color (decimal): -5257101 or 7588015. OLE color: 7588015.
HSL color Cylindrical-coordinate representation of color #AFC873: hue angle of 77.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFC873 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 115 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.22 |
| HSL | 77.65º | 0.44% | 0.62% | - |
| HSV(B) | 77.65º | 0.43% | 0.78% | - |
| XYZ | 41.43 | 51.66 | 24.01 | - |
| YUV | 182.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 115 | 0.12 | 0 | 0.42 | 0.22 | 77.65 | 0.44 | 0.62 |
| Hex | AF | C8 | 73 | C | 0 | 2A | 16 | 4E | 2C | 3E |
| Octal | 257 | 310 | 163 | 14 | 0 | 52 | 26 | 116 | 54 | 76 |
| Binary | 10101111 | 11001000 | 1110011 | 1100 | 0 | 101010 | 10110 | 1001110 | 101100 | 111110 |
Color Harmonies of #AFC873
Complementary color
Monochromatic Colors of #AFC873
Black with #AFC873
Text Example
Text Example
White with #AFC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC873; }
p { color: rgb(175,200,115); }
H1.HeaderClassName
{
color: #AFC873;
}
.AnyTagClassName
{
color: #AFC873;
}
</style>
background-color css
<style>
a { background-color: #AFC873; }
a { background-color: rgb(175,200,115); }
div.DivClassName
{
background-color: #AFC873;
}
.BgClassName
{
background-color: #AFC873;
}
</style>
border-color css
<style>
span { border-color: #AFC873; }
span { border-color: rgb(175,200,115); }
td.TdClassName
{
border-color: #AFC873;
}
.TagClassName
{
border-color: #AFC873;
}
</style>