Shades of Caper #AFC077
Tints of Caper #AFC077
RGB
CMYK
RGB Variations
Color information
#AFC077 (or 0xAFC077) is known color: Caper. HEX triplet: AF, C0 and 77. RGB value is (175,192,119). Sum of RGB (Red+Green+Blue) = 175+192+119=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC077 is #503F88. Grayscale: #B2B2B2. Windows color (decimal): -5259145 or 7848111. OLE color: 7848111.
HSL color Cylindrical-coordinate representation of color #AFC077: hue angle of 73.97º degrees, saturation: 0.37, 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 #AFC077 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 119 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.25 |
| HSL | 73.97º | 0.37% | 0.61% | - |
| HSV(B) | 73.97º | 0.38% | 0.75% | - |
| XYZ | 39.86 | 48.15 | 24.64 | - |
| YUV | 178.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 119 | 0.09 | 0 | 0.38 | 0.25 | 73.97 | 0.37 | 0.61 |
| Hex | AF | C0 | 77 | 9 | 0 | 26 | 19 | 4A | 25 | 3D |
| Octal | 257 | 300 | 167 | 11 | 0 | 46 | 31 | 112 | 45 | 75 |
| Binary | 10101111 | 11000000 | 1110111 | 1001 | 0 | 100110 | 11001 | 1001010 | 100101 | 111101 |
Color Harmonies of #AFC077
Complementary color
Monochromatic Colors of #AFC077
Black with #AFC077
Text Example
Text Example
White with #AFC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC077; }
p { color: rgb(175,192,119); }
H1.HeaderClassName
{
color: #AFC077;
}
.AnyTagClassName
{
color: #AFC077;
}
</style>
background-color css
<style>
a { background-color: #AFC077; }
a { background-color: rgb(175,192,119); }
div.DivClassName
{
background-color: #AFC077;
}
.BgClassName
{
background-color: #AFC077;
}
</style>
border-color css
<style>
span { border-color: #AFC077; }
span { border-color: rgb(175,192,119); }
td.TdClassName
{
border-color: #AFC077;
}
.TagClassName
{
border-color: #AFC077;
}
</style>