Shades of Caper #AFC770
Tints of Caper #AFC770
RGB
CMYK
RGB Variations
Color information
#AFC770 (or 0xAFC770) is known color: Caper. HEX triplet: AF, C7 and 70. RGB value is (175,199,112). Sum of RGB (Red+Green+Blue) = 175+199+112=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC770 is #50388F. Grayscale: #B6B6B6. Windows color (decimal): -5257360 or 7391151. OLE color: 7391151.
HSL color Cylindrical-coordinate representation of color #AFC770: hue angle of 76.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFC770 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 112 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.22 |
| HSL | 76.55º | 0.44% | 0.61% | - |
| HSV(B) | 76.55º | 0.44% | 0.78% | - |
| XYZ | 41.03 | 51.13 | 23.04 | - |
| YUV | 181.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 112 | 0.12 | 0 | 0.44 | 0.22 | 76.55 | 0.44 | 0.61 |
| Hex | AF | C7 | 70 | C | 0 | 2C | 16 | 4D | 2C | 3D |
| Octal | 257 | 307 | 160 | 14 | 0 | 54 | 26 | 115 | 54 | 75 |
| Binary | 10101111 | 11000111 | 1110000 | 1100 | 0 | 101100 | 10110 | 1001101 | 101100 | 111101 |
Color Harmonies of #AFC770
Complementary color
Monochromatic Colors of #AFC770
Black with #AFC770
Text Example
Text Example
White with #AFC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC770; }
p { color: rgb(175,199,112); }
H1.HeaderClassName
{
color: #AFC770;
}
.AnyTagClassName
{
color: #AFC770;
}
</style>
background-color css
<style>
a { background-color: #AFC770; }
a { background-color: rgb(175,199,112); }
div.DivClassName
{
background-color: #AFC770;
}
.BgClassName
{
background-color: #AFC770;
}
</style>
border-color css
<style>
span { border-color: #AFC770; }
span { border-color: rgb(175,199,112); }
td.TdClassName
{
border-color: #AFC770;
}
.TagClassName
{
border-color: #AFC770;
}
</style>