Shades of Caper #AFBD8D
Tints of Caper #AFBD8D
RGB
CMYK
RGB Variations
Color information
#AFBD8D (or 0xAFBD8D) is known color: Caper. HEX triplet: AF, BD and 8D. RGB value is (175,189,141). Sum of RGB (Red+Green+Blue) = 175+189+141=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD8D is #504272. Grayscale: #B3B3B3. Windows color (decimal): -5259891 or 9289135. OLE color: 9289135.
HSL color Cylindrical-coordinate representation of color #AFBD8D: hue angle of 77.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBD8D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 141 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.26 |
| HSL | 77.5º | 0.27% | 0.65% | - |
| HSV(B) | 77.5º | 0.25% | 0.74% | - |
| XYZ | 40.68 | 47.43 | 32.21 | - |
| YUV | 179.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 141 | 0.07 | 0 | 0.25 | 0.26 | 77.5 | 0.27 | 0.65 |
| Hex | AF | BD | 8D | 7 | 0 | 19 | 1A | 4E | 1B | 41 |
| Octal | 257 | 275 | 215 | 7 | 0 | 31 | 32 | 116 | 33 | 101 |
| Binary | 10101111 | 10111101 | 10001101 | 111 | 0 | 11001 | 11010 | 1001110 | 11011 | 1000001 |
Color Harmonies of #AFBD8D
Complementary color
Monochromatic Colors of #AFBD8D
Black with #AFBD8D
Text Example
Text Example
White with #AFBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD8D; }
p { color: rgb(175,189,141); }
H1.HeaderClassName
{
color: #AFBD8D;
}
.AnyTagClassName
{
color: #AFBD8D;
}
</style>
background-color css
<style>
a { background-color: #AFBD8D; }
a { background-color: rgb(175,189,141); }
div.DivClassName
{
background-color: #AFBD8D;
}
.BgClassName
{
background-color: #AFBD8D;
}
</style>
border-color css
<style>
span { border-color: #AFBD8D; }
span { border-color: rgb(175,189,141); }
td.TdClassName
{
border-color: #AFBD8D;
}
.TagClassName
{
border-color: #AFBD8D;
}
</style>