Shades of Caper #AFC889
Tints of Caper #AFC889
RGB
CMYK
RGB Variations
Color information
#AFC889 (or 0xAFC889) is known color: Caper. HEX triplet: AF, C8 and 89. RGB value is (175,200,137). Sum of RGB (Red+Green+Blue) = 175+200+137=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC889 is #503776. Grayscale: #B9B9B9. Windows color (decimal): -5257079 or 9029807. OLE color: 9029807.
HSL color Cylindrical-coordinate representation of color #AFC889: hue angle of 83.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC889 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 137 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.22 |
| HSL | 83.81º | 0.36% | 0.66% | - |
| HSV(B) | 83.81º | 0.32% | 0.78% | - |
| XYZ | 42.85 | 52.23 | 31.49 | - |
| YUV | 185.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 137 | 0.12 | 0 | 0.32 | 0.22 | 83.81 | 0.36 | 0.66 |
| Hex | AF | C8 | 89 | C | 0 | 20 | 16 | 54 | 24 | 42 |
| Octal | 257 | 310 | 211 | 14 | 0 | 40 | 26 | 124 | 44 | 102 |
| Binary | 10101111 | 11001000 | 10001001 | 1100 | 0 | 100000 | 10110 | 1010100 | 100100 | 1000010 |
Color Harmonies of #AFC889
Complementary color
Monochromatic Colors of #AFC889
Black with #AFC889
Text Example
Text Example
White with #AFC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC889; }
p { color: rgb(175,200,137); }
H1.HeaderClassName
{
color: #AFC889;
}
.AnyTagClassName
{
color: #AFC889;
}
</style>
background-color css
<style>
a { background-color: #AFC889; }
a { background-color: rgb(175,200,137); }
div.DivClassName
{
background-color: #AFC889;
}
.BgClassName
{
background-color: #AFC889;
}
</style>
border-color css
<style>
span { border-color: #AFC889; }
span { border-color: rgb(175,200,137); }
td.TdClassName
{
border-color: #AFC889;
}
.TagClassName
{
border-color: #AFC889;
}
</style>