Shades of Caper #AFC789
Tints of Caper #AFC789
RGB
CMYK
RGB Variations
Color information
#AFC789 (or 0xAFC789) is known color: Caper. HEX triplet: AF, C7 and 89. RGB value is (175,199,137). Sum of RGB (Red+Green+Blue) = 175+199+137=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC789 is #503876. Grayscale: #B8B8B8. Windows color (decimal): -5257335 or 9029551. OLE color: 9029551.
HSL color Cylindrical-coordinate representation of color #AFC789: hue angle of 83.23º 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 #AFC789 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 137 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.22 |
| HSL | 83.23º | 0.36% | 0.66% | - |
| HSV(B) | 83.23º | 0.31% | 0.78% | - |
| XYZ | 42.62 | 51.77 | 31.41 | - |
| YUV | 184.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 137 | 0.12 | 0 | 0.31 | 0.22 | 83.23 | 0.36 | 0.66 |
| Hex | AF | C7 | 89 | C | 0 | 1F | 16 | 53 | 24 | 42 |
| Octal | 257 | 307 | 211 | 14 | 0 | 37 | 26 | 123 | 44 | 102 |
| Binary | 10101111 | 11000111 | 10001001 | 1100 | 0 | 11111 | 10110 | 1010011 | 100100 | 1000010 |
Color Harmonies of #AFC789
Complementary color
Monochromatic Colors of #AFC789
Black with #AFC789
Text Example
Text Example
White with #AFC789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC789; }
p { color: rgb(175,199,137); }
H1.HeaderClassName
{
color: #AFC789;
}
.AnyTagClassName
{
color: #AFC789;
}
</style>
background-color css
<style>
a { background-color: #AFC789; }
a { background-color: rgb(175,199,137); }
div.DivClassName
{
background-color: #AFC789;
}
.BgClassName
{
background-color: #AFC789;
}
</style>
border-color css
<style>
span { border-color: #AFC789; }
span { border-color: rgb(175,199,137); }
td.TdClassName
{
border-color: #AFC789;
}
.TagClassName
{
border-color: #AFC789;
}
</style>