Shades of Caper #AFC97B
Tints of Caper #AFC97B
RGB
CMYK
RGB Variations
Color information
#AFC97B (or 0xAFC97B) is known color: Caper. HEX triplet: AF, C9 and 7B. RGB value is (175,201,123). Sum of RGB (Red+Green+Blue) = 175+201+123=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC97B is #503684. Grayscale: #B8B8B8. Windows color (decimal): -5256837 or 8112559. OLE color: 8112559.
HSL color Cylindrical-coordinate representation of color #AFC97B: hue angle of 80º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC97B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 123 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.21 |
| HSL | 80º | 0.42% | 0.64% | - |
| HSV(B) | 80º | 0.39% | 0.79% | - |
| XYZ | 42.14 | 52.32 | 26.62 | - |
| YUV | 184.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 123 | 0.13 | 0 | 0.39 | 0.21 | 80 | 0.42 | 0.64 |
| Hex | AF | C9 | 7B | D | 0 | 27 | 15 | 50 | 2A | 40 |
| Octal | 257 | 311 | 173 | 15 | 0 | 47 | 25 | 120 | 52 | 100 |
| Binary | 10101111 | 11001001 | 1111011 | 1101 | 0 | 100111 | 10101 | 1010000 | 101010 | 1000000 |
Color Harmonies of #AFC97B
Complementary color
Monochromatic Colors of #AFC97B
Black with #AFC97B
Text Example
Text Example
White with #AFC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC97B; }
p { color: rgb(175,201,123); }
H1.HeaderClassName
{
color: #AFC97B;
}
.AnyTagClassName
{
color: #AFC97B;
}
</style>
background-color css
<style>
a { background-color: #AFC97B; }
a { background-color: rgb(175,201,123); }
div.DivClassName
{
background-color: #AFC97B;
}
.BgClassName
{
background-color: #AFC97B;
}
</style>
border-color css
<style>
span { border-color: #AFC97B; }
span { border-color: rgb(175,201,123); }
td.TdClassName
{
border-color: #AFC97B;
}
.TagClassName
{
border-color: #AFC97B;
}
</style>