Shades of Caper #AFC074
Tints of Caper #AFC074
RGB
CMYK
RGB Variations
Color information
#AFC074 (or 0xAFC074) is known color: Caper. HEX triplet: AF, C0 and 74. RGB value is (175,192,116). Sum of RGB (Red+Green+Blue) = 175+192+116=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC074 is #503F8B. Grayscale: #B2B2B2. Windows color (decimal): -5259148 or 7651503. OLE color: 7651503.
HSL color Cylindrical-coordinate representation of color #AFC074: hue angle of 73.42º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC074 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 116 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.25 |
| HSL | 73.42º | 0.38% | 0.6% | - |
| HSV(B) | 73.42º | 0.4% | 0.75% | - |
| XYZ | 39.68 | 48.07 | 23.71 | - |
| YUV | 178.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 116 | 0.09 | 0 | 0.40 | 0.25 | 73.42 | 0.38 | 0.6 |
| Hex | AF | C0 | 74 | 9 | 0 | 28 | 19 | 49 | 26 | 3C |
| Octal | 257 | 300 | 164 | 11 | 0 | 50 | 31 | 111 | 46 | 74 |
| Binary | 10101111 | 11000000 | 1110100 | 1001 | 0 | 101000 | 11001 | 1001001 | 100110 | 111100 |
Color Harmonies of #AFC074
Complementary color
Monochromatic Colors of #AFC074
Black with #AFC074
Text Example
Text Example
White with #AFC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC074; }
p { color: rgb(175,192,116); }
H1.HeaderClassName
{
color: #AFC074;
}
.AnyTagClassName
{
color: #AFC074;
}
</style>
background-color css
<style>
a { background-color: #AFC074; }
a { background-color: rgb(175,192,116); }
div.DivClassName
{
background-color: #AFC074;
}
.BgClassName
{
background-color: #AFC074;
}
</style>
border-color css
<style>
span { border-color: #AFC074; }
span { border-color: rgb(175,192,116); }
td.TdClassName
{
border-color: #AFC074;
}
.TagClassName
{
border-color: #AFC074;
}
</style>