Shades of Caper #AFC385
Tints of Caper #AFC385
RGB
CMYK
RGB Variations
Color information
#AFC385 (or 0xAFC385) is known color: Caper. HEX triplet: AF, C3 and 85. RGB value is (175,195,133). Sum of RGB (Red+Green+Blue) = 175+195+133=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC385 is #503C7A. Grayscale: #B6B6B6. Windows color (decimal): -5258363 or 8766383. OLE color: 8766383.
HSL color Cylindrical-coordinate representation of color #AFC385: hue angle of 79.35º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC385 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 133 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.24 |
| HSL | 79.35º | 0.34% | 0.64% | - |
| HSV(B) | 79.35º | 0.32% | 0.76% | - |
| XYZ | 41.43 | 49.84 | 29.63 | - |
| YUV | 181.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 133 | 0.10 | 0 | 0.32 | 0.24 | 79.35 | 0.34 | 0.64 |
| Hex | AF | C3 | 85 | A | 0 | 20 | 18 | 4F | 22 | 40 |
| Octal | 257 | 303 | 205 | 12 | 0 | 40 | 30 | 117 | 42 | 100 |
| Binary | 10101111 | 11000011 | 10000101 | 1010 | 0 | 100000 | 11000 | 1001111 | 100010 | 1000000 |
Color Harmonies of #AFC385
Complementary color
Monochromatic Colors of #AFC385
Black with #AFC385
Text Example
Text Example
White with #AFC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC385; }
p { color: rgb(175,195,133); }
H1.HeaderClassName
{
color: #AFC385;
}
.AnyTagClassName
{
color: #AFC385;
}
</style>
background-color css
<style>
a { background-color: #AFC385; }
a { background-color: rgb(175,195,133); }
div.DivClassName
{
background-color: #AFC385;
}
.BgClassName
{
background-color: #AFC385;
}
</style>
border-color css
<style>
span { border-color: #AFC385; }
span { border-color: rgb(175,195,133); }
td.TdClassName
{
border-color: #AFC385;
}
.TagClassName
{
border-color: #AFC385;
}
</style>