Shades of Caper #AFBD7C
Tints of Caper #AFBD7C
RGB
CMYK
RGB Variations
Color information
#AFBD7C (or 0xAFBD7C) is known color: Caper. HEX triplet: AF, BD and 7C. RGB value is (175,189,124). Sum of RGB (Red+Green+Blue) = 175+189+124=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7C is #504283. Grayscale: #B1B1B1. Windows color (decimal): -5259908 or 8175023. OLE color: 8175023.
HSL color Cylindrical-coordinate representation of color #AFBD7C: hue angle of 72.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFBD7C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 124 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.26 |
| HSL | 72.92º | 0.33% | 0.61% | - |
| HSV(B) | 72.92º | 0.34% | 0.74% | - |
| XYZ | 39.51 | 46.96 | 26.05 | - |
| YUV | 177.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 124 | 0.07 | 0 | 0.34 | 0.26 | 72.92 | 0.33 | 0.61 |
| Hex | AF | BD | 7C | 7 | 0 | 22 | 1A | 49 | 21 | 3D |
| Octal | 257 | 275 | 174 | 7 | 0 | 42 | 32 | 111 | 41 | 75 |
| Binary | 10101111 | 10111101 | 1111100 | 111 | 0 | 100010 | 11010 | 1001001 | 100001 | 111101 |
Color Harmonies of #AFBD7C
Complementary color
Monochromatic Colors of #AFBD7C
Black with #AFBD7C
Text Example
Text Example
White with #AFBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD7C; }
p { color: rgb(175,189,124); }
H1.HeaderClassName
{
color: #AFBD7C;
}
.AnyTagClassName
{
color: #AFBD7C;
}
</style>
background-color css
<style>
a { background-color: #AFBD7C; }
a { background-color: rgb(175,189,124); }
div.DivClassName
{
background-color: #AFBD7C;
}
.BgClassName
{
background-color: #AFBD7C;
}
</style>
border-color css
<style>
span { border-color: #AFBD7C; }
span { border-color: rgb(175,189,124); }
td.TdClassName
{
border-color: #AFBD7C;
}
.TagClassName
{
border-color: #AFBD7C;
}
</style>