Shades of Caper #AFC375
Tints of Caper #AFC375
RGB
CMYK
RGB Variations
Color information
#AFC375 (or 0xAFC375) is known color: Caper. HEX triplet: AF, C3 and 75. RGB value is (175,195,117). Sum of RGB (Red+Green+Blue) = 175+195+117=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC375 is #503C8A. Grayscale: #B4B4B4. Windows color (decimal): -5258379 or 7717807. OLE color: 7717807.
HSL color Cylindrical-coordinate representation of color #AFC375: hue angle of 75.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC375 is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 117 | - |
| CMYK | 0.10 | 0 | 0.4 | 0.24 |
| HSL | 75.38º | 0.39% | 0.61% | - |
| HSV(B) | 75.38º | 0.4% | 0.76% | - |
| XYZ | 40.41 | 49.43 | 24.24 | - |
| YUV | 180.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 117 | 0.10 | 0 | 0.4 | 0.24 | 75.38 | 0.39 | 0.61 |
| Hex | AF | C3 | 75 | A | 0 | 28 | 18 | 4B | 27 | 3D |
| Octal | 257 | 303 | 165 | 12 | 0 | 50 | 30 | 113 | 47 | 75 |
| Binary | 10101111 | 11000011 | 1110101 | 1010 | 0 | 101000 | 11000 | 1001011 | 100111 | 111101 |
Color Harmonies of #AFC375
Complementary color
Monochromatic Colors of #AFC375
Black with #AFC375
Text Example
Text Example
White with #AFC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC375; }
p { color: rgb(175,195,117); }
H1.HeaderClassName
{
color: #AFC375;
}
.AnyTagClassName
{
color: #AFC375;
}
</style>
background-color css
<style>
a { background-color: #AFC375; }
a { background-color: rgb(175,195,117); }
div.DivClassName
{
background-color: #AFC375;
}
.BgClassName
{
background-color: #AFC375;
}
</style>
border-color css
<style>
span { border-color: #AFC375; }
span { border-color: rgb(175,195,117); }
td.TdClassName
{
border-color: #AFC375;
}
.TagClassName
{
border-color: #AFC375;
}
</style>