Shades of Caper #AFC185
Tints of Caper #AFC185
RGB
CMYK
RGB Variations
Color information
#AFC185 (or 0xAFC185) is known color: Caper. HEX triplet: AF, C1 and 85. RGB value is (175,193,133). Sum of RGB (Red+Green+Blue) = 175+193+133=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC185 is #503E7A. Grayscale: #B5B5B5. Windows color (decimal): -5258875 or 8765871. OLE color: 8765871.
HSL color Cylindrical-coordinate representation of color #AFC185: hue angle of 78º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC185 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 133 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.24 |
| HSL | 78º | 0.33% | 0.64% | - |
| HSV(B) | 78º | 0.31% | 0.76% | - |
| XYZ | 40.98 | 48.95 | 29.48 | - |
| YUV | 180.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 133 | 0.09 | 0 | 0.31 | 0.24 | 78 | 0.33 | 0.64 |
| Hex | AF | C1 | 85 | 9 | 0 | 1F | 18 | 4E | 21 | 40 |
| Octal | 257 | 301 | 205 | 11 | 0 | 37 | 30 | 116 | 41 | 100 |
| Binary | 10101111 | 11000001 | 10000101 | 1001 | 0 | 11111 | 11000 | 1001110 | 100001 | 1000000 |
Color Harmonies of #AFC185
Complementary color
Monochromatic Colors of #AFC185
Black with #AFC185
Text Example
Text Example
White with #AFC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC185; }
p { color: rgb(175,193,133); }
H1.HeaderClassName
{
color: #AFC185;
}
.AnyTagClassName
{
color: #AFC185;
}
</style>
background-color css
<style>
a { background-color: #AFC185; }
a { background-color: rgb(175,193,133); }
div.DivClassName
{
background-color: #AFC185;
}
.BgClassName
{
background-color: #AFC185;
}
</style>
border-color css
<style>
span { border-color: #AFC185; }
span { border-color: rgb(175,193,133); }
td.TdClassName
{
border-color: #AFC185;
}
.TagClassName
{
border-color: #AFC185;
}
</style>