Shades of Caper #AFC98B
Tints of Caper #AFC98B
RGB
CMYK
RGB Variations
Color information
#AFC98B (or 0xAFC98B) is known color: Caper. HEX triplet: AF, C9 and 8B. RGB value is (175,201,139). Sum of RGB (Red+Green+Blue) = 175+201+139=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC98B is #503674. Grayscale: #BABABA. Windows color (decimal): -5256821 or 9161135. OLE color: 9161135.
HSL color Cylindrical-coordinate representation of color #AFC98B: hue angle of 85.16º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFC98B is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 139 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.21 |
| HSL | 85.16º | 0.36% | 0.67% | - |
| HSV(B) | 85.16º | 0.31% | 0.79% | - |
| XYZ | 43.23 | 52.75 | 32.33 | - |
| YUV | 186.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 139 | 0.13 | 0 | 0.31 | 0.21 | 85.16 | 0.36 | 0.67 |
| Hex | AF | C9 | 8B | D | 0 | 1F | 15 | 55 | 24 | 43 |
| Octal | 257 | 311 | 213 | 15 | 0 | 37 | 25 | 125 | 44 | 103 |
| Binary | 10101111 | 11001001 | 10001011 | 1101 | 0 | 11111 | 10101 | 1010101 | 100100 | 1000011 |
Color Harmonies of #AFC98B
Complementary color
Monochromatic Colors of #AFC98B
Black with #AFC98B
Text Example
Text Example
White with #AFC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC98B; }
p { color: rgb(175,201,139); }
H1.HeaderClassName
{
color: #AFC98B;
}
.AnyTagClassName
{
color: #AFC98B;
}
</style>
background-color css
<style>
a { background-color: #AFC98B; }
a { background-color: rgb(175,201,139); }
div.DivClassName
{
background-color: #AFC98B;
}
.BgClassName
{
background-color: #AFC98B;
}
</style>
border-color css
<style>
span { border-color: #AFC98B; }
span { border-color: rgb(175,201,139); }
td.TdClassName
{
border-color: #AFC98B;
}
.TagClassName
{
border-color: #AFC98B;
}
</style>