Shades of Caper #AFC373
Tints of Caper #AFC373
RGB
CMYK
RGB Variations
Color information
#AFC373 (or 0xAFC373) is known color: Caper. HEX triplet: AF, C3 and 73. RGB value is (175,195,115). Sum of RGB (Red+Green+Blue) = 175+195+115=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC373 is #503C8C. Grayscale: #B4B4B4. Windows color (decimal): -5258381 or 7586735. OLE color: 7586735.
HSL color Cylindrical-coordinate representation of color #AFC373: hue angle of 75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC373 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 115 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.24 |
| HSL | 75º | 0.4% | 0.61% | - |
| HSV(B) | 75º | 0.41% | 0.76% | - |
| XYZ | 40.29 | 49.38 | 23.63 | - |
| YUV | 179.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 115 | 0.10 | 0 | 0.41 | 0.24 | 75 | 0.4 | 0.61 |
| Hex | AF | C3 | 73 | A | 0 | 29 | 18 | 4B | 28 | 3D |
| Octal | 257 | 303 | 163 | 12 | 0 | 51 | 30 | 113 | 50 | 75 |
| Binary | 10101111 | 11000011 | 1110011 | 1010 | 0 | 101001 | 11000 | 1001011 | 101000 | 111101 |
Color Harmonies of #AFC373
Complementary color
Monochromatic Colors of #AFC373
Black with #AFC373
Text Example
Text Example
White with #AFC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC373; }
p { color: rgb(175,195,115); }
H1.HeaderClassName
{
color: #AFC373;
}
.AnyTagClassName
{
color: #AFC373;
}
</style>
background-color css
<style>
a { background-color: #AFC373; }
a { background-color: rgb(175,195,115); }
div.DivClassName
{
background-color: #AFC373;
}
.BgClassName
{
background-color: #AFC373;
}
</style>
border-color css
<style>
span { border-color: #AFC373; }
span { border-color: rgb(175,195,115); }
td.TdClassName
{
border-color: #AFC373;
}
.TagClassName
{
border-color: #AFC373;
}
</style>