Shades of Caper #AFC589
Tints of Caper #AFC589
RGB
CMYK
RGB Variations
Color information
#AFC589 (or 0xAFC589) is known color: Caper. HEX triplet: AF, C5 and 89. RGB value is (175,197,137). Sum of RGB (Red+Green+Blue) = 175+197+137=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC589 is #503A76. Grayscale: #B7B7B7. Windows color (decimal): -5257847 or 9029039. OLE color: 9029039.
HSL color Cylindrical-coordinate representation of color #AFC589: hue angle of 82º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC589 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 137 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.23 |
| HSL | 82º | 0.34% | 0.65% | - |
| HSV(B) | 82º | 0.3% | 0.77% | - |
| XYZ | 42.16 | 50.85 | 31.26 | - |
| YUV | 183.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 137 | 0.11 | 0 | 0.30 | 0.23 | 82 | 0.34 | 0.65 |
| Hex | AF | C5 | 89 | B | 0 | 1E | 17 | 52 | 22 | 41 |
| Octal | 257 | 305 | 211 | 13 | 0 | 36 | 27 | 122 | 42 | 101 |
| Binary | 10101111 | 11000101 | 10001001 | 1011 | 0 | 11110 | 10111 | 1010010 | 100010 | 1000001 |
Color Harmonies of #AFC589
Complementary color
Monochromatic Colors of #AFC589
Black with #AFC589
Text Example
Text Example
White with #AFC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC589; }
p { color: rgb(175,197,137); }
H1.HeaderClassName
{
color: #AFC589;
}
.AnyTagClassName
{
color: #AFC589;
}
</style>
background-color css
<style>
a { background-color: #AFC589; }
a { background-color: rgb(175,197,137); }
div.DivClassName
{
background-color: #AFC589;
}
.BgClassName
{
background-color: #AFC589;
}
</style>
border-color css
<style>
span { border-color: #AFC589; }
span { border-color: rgb(175,197,137); }
td.TdClassName
{
border-color: #AFC589;
}
.TagClassName
{
border-color: #AFC589;
}
</style>