Shades of Caper #AFC676
Tints of Caper #AFC676
RGB
CMYK
RGB Variations
Color information
#AFC676 (or 0xAFC676) is known color: Caper. HEX triplet: AF, C6 and 76. RGB value is (175,198,118). Sum of RGB (Red+Green+Blue) = 175+198+118=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC676 is #503989. Grayscale: #B6B6B6. Windows color (decimal): -5257610 or 7784111. OLE color: 7784111.
HSL color Cylindrical-coordinate representation of color #AFC676: hue angle of 77.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC676 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 118 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.22 |
| HSL | 77.25º | 0.41% | 0.62% | - |
| HSV(B) | 77.25º | 0.4% | 0.78% | - |
| XYZ | 41.14 | 50.81 | 24.78 | - |
| YUV | 182 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 118 | 0.12 | 0 | 0.40 | 0.22 | 77.25 | 0.41 | 0.62 |
| Hex | AF | C6 | 76 | C | 0 | 28 | 16 | 4D | 29 | 3E |
| Octal | 257 | 306 | 166 | 14 | 0 | 50 | 26 | 115 | 51 | 76 |
| Binary | 10101111 | 11000110 | 1110110 | 1100 | 0 | 101000 | 10110 | 1001101 | 101001 | 111110 |
Color Harmonies of #AFC676
Complementary color
Monochromatic Colors of #AFC676
Black with #AFC676
Text Example
Text Example
White with #AFC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC676; }
p { color: rgb(175,198,118); }
H1.HeaderClassName
{
color: #AFC676;
}
.AnyTagClassName
{
color: #AFC676;
}
</style>
background-color css
<style>
a { background-color: #AFC676; }
a { background-color: rgb(175,198,118); }
div.DivClassName
{
background-color: #AFC676;
}
.BgClassName
{
background-color: #AFC676;
}
</style>
border-color css
<style>
span { border-color: #AFC676; }
span { border-color: rgb(175,198,118); }
td.TdClassName
{
border-color: #AFC676;
}
.TagClassName
{
border-color: #AFC676;
}
</style>