Shades of Caper #AFC078
Tints of Caper #AFC078
RGB
CMYK
RGB Variations
Color information
#AFC078 (or 0xAFC078) is known color: Caper. HEX triplet: AF, C0 and 78. RGB value is (175,192,120). Sum of RGB (Red+Green+Blue) = 175+192+120=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC078 is #503F87. Grayscale: #B2B2B2. Windows color (decimal): -5259144 or 7913647. OLE color: 7913647.
HSL color Cylindrical-coordinate representation of color #AFC078: hue angle of 74.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC078 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 120 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.25 |
| HSL | 74.17º | 0.36% | 0.61% | - |
| HSV(B) | 74.17º | 0.38% | 0.75% | - |
| XYZ | 39.92 | 48.17 | 24.96 | - |
| YUV | 178.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 120 | 0.09 | 0 | 0.38 | 0.25 | 74.17 | 0.36 | 0.61 |
| Hex | AF | C0 | 78 | 9 | 0 | 26 | 19 | 4A | 24 | 3D |
| Octal | 257 | 300 | 170 | 11 | 0 | 46 | 31 | 112 | 44 | 75 |
| Binary | 10101111 | 11000000 | 1111000 | 1001 | 0 | 100110 | 11001 | 1001010 | 100100 | 111101 |
Color Harmonies of #AFC078
Complementary color
Monochromatic Colors of #AFC078
Black with #AFC078
Text Example
Text Example
White with #AFC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC078; }
p { color: rgb(175,192,120); }
H1.HeaderClassName
{
color: #AFC078;
}
.AnyTagClassName
{
color: #AFC078;
}
</style>
background-color css
<style>
a { background-color: #AFC078; }
a { background-color: rgb(175,192,120); }
div.DivClassName
{
background-color: #AFC078;
}
.BgClassName
{
background-color: #AFC078;
}
</style>
border-color css
<style>
span { border-color: #AFC078; }
span { border-color: rgb(175,192,120); }
td.TdClassName
{
border-color: #AFC078;
}
.TagClassName
{
border-color: #AFC078;
}
</style>