Shades of Caper #AFC085
Tints of Caper #AFC085
RGB
CMYK
RGB Variations
Color information
#AFC085 (or 0xAFC085) is known color: Caper. HEX triplet: AF, C0 and 85. RGB value is (175,192,133). Sum of RGB (Red+Green+Blue) = 175+192+133=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC085 is #503F7A. Grayscale: #B4B4B4. Windows color (decimal): -5259131 or 8765615. OLE color: 8765615.
HSL color Cylindrical-coordinate representation of color #AFC085: hue angle of 77.29º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC085 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 133 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.25 |
| HSL | 77.29º | 0.32% | 0.64% | - |
| HSV(B) | 77.29º | 0.31% | 0.75% | - |
| XYZ | 40.76 | 48.51 | 29.4 | - |
| YUV | 180.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 133 | 0.09 | 0 | 0.31 | 0.25 | 77.29 | 0.32 | 0.64 |
| Hex | AF | C0 | 85 | 9 | 0 | 1F | 19 | 4D | 20 | 40 |
| Octal | 257 | 300 | 205 | 11 | 0 | 37 | 31 | 115 | 40 | 100 |
| Binary | 10101111 | 11000000 | 10000101 | 1001 | 0 | 11111 | 11001 | 1001101 | 100000 | 1000000 |
Color Harmonies of #AFC085
Complementary color
Monochromatic Colors of #AFC085
Black with #AFC085
Text Example
Text Example
White with #AFC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC085; }
p { color: rgb(175,192,133); }
H1.HeaderClassName
{
color: #AFC085;
}
.AnyTagClassName
{
color: #AFC085;
}
</style>
background-color css
<style>
a { background-color: #AFC085; }
a { background-color: rgb(175,192,133); }
div.DivClassName
{
background-color: #AFC085;
}
.BgClassName
{
background-color: #AFC085;
}
</style>
border-color css
<style>
span { border-color: #AFC085; }
span { border-color: rgb(175,192,133); }
td.TdClassName
{
border-color: #AFC085;
}
.TagClassName
{
border-color: #AFC085;
}
</style>