Shades of Caper #AFC685
Tints of Caper #AFC685
RGB
CMYK
RGB Variations
Color information
#AFC685 (or 0xAFC685) is known color: Caper. HEX triplet: AF, C6 and 85. RGB value is (175,198,133). Sum of RGB (Red+Green+Blue) = 175+198+133=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC685 is #50397A. Grayscale: #B7B7B7. Windows color (decimal): -5257595 or 8767151. OLE color: 8767151.
HSL color Cylindrical-coordinate representation of color #AFC685: hue angle of 81.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC685 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 133 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.22 |
| HSL | 81.23º | 0.36% | 0.65% | - |
| HSV(B) | 81.23º | 0.33% | 0.78% | - |
| XYZ | 42.11 | 51.2 | 29.85 | - |
| YUV | 183.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 133 | 0.12 | 0 | 0.33 | 0.22 | 81.23 | 0.36 | 0.65 |
| Hex | AF | C6 | 85 | C | 0 | 21 | 16 | 51 | 24 | 41 |
| Octal | 257 | 306 | 205 | 14 | 0 | 41 | 26 | 121 | 44 | 101 |
| Binary | 10101111 | 11000110 | 10000101 | 1100 | 0 | 100001 | 10110 | 1010001 | 100100 | 1000001 |
Color Harmonies of #AFC685
Complementary color
Monochromatic Colors of #AFC685
Black with #AFC685
Text Example
Text Example
White with #AFC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC685; }
p { color: rgb(175,198,133); }
H1.HeaderClassName
{
color: #AFC685;
}
.AnyTagClassName
{
color: #AFC685;
}
</style>
background-color css
<style>
a { background-color: #AFC685; }
a { background-color: rgb(175,198,133); }
div.DivClassName
{
background-color: #AFC685;
}
.BgClassName
{
background-color: #AFC685;
}
</style>
border-color css
<style>
span { border-color: #AFC685; }
span { border-color: rgb(175,198,133); }
td.TdClassName
{
border-color: #AFC685;
}
.TagClassName
{
border-color: #AFC685;
}
</style>