Shades of Caper #AFBD7E
Tints of Caper #AFBD7E
RGB
CMYK
RGB Variations
Color information
#AFBD7E (or 0xAFBD7E) is known color: Caper. HEX triplet: AF, BD and 7E. RGB value is (175,189,126). Sum of RGB (Red+Green+Blue) = 175+189+126=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7E is #504281. Grayscale: #B1B1B1. Windows color (decimal): -5259906 or 8306095. OLE color: 8306095.
HSL color Cylindrical-coordinate representation of color #AFBD7E: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBD7E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 126 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.26 |
| HSL | 73.33º | 0.32% | 0.62% | - |
| HSV(B) | 73.33º | 0.33% | 0.74% | - |
| XYZ | 39.64 | 47.02 | 26.72 | - |
| YUV | 177.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 126 | 0.07 | 0 | 0.33 | 0.26 | 73.33 | 0.32 | 0.62 |
| Hex | AF | BD | 7E | 7 | 0 | 21 | 1A | 49 | 20 | 3E |
| Octal | 257 | 275 | 176 | 7 | 0 | 41 | 32 | 111 | 40 | 76 |
| Binary | 10101111 | 10111101 | 1111110 | 111 | 0 | 100001 | 11010 | 1001001 | 100000 | 111110 |
Color Harmonies of #AFBD7E
Complementary color
Monochromatic Colors of #AFBD7E
Black with #AFBD7E
Text Example
Text Example
White with #AFBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD7E; }
p { color: rgb(175,189,126); }
H1.HeaderClassName
{
color: #AFBD7E;
}
.AnyTagClassName
{
color: #AFBD7E;
}
</style>
background-color css
<style>
a { background-color: #AFBD7E; }
a { background-color: rgb(175,189,126); }
div.DivClassName
{
background-color: #AFBD7E;
}
.BgClassName
{
background-color: #AFBD7E;
}
</style>
border-color css
<style>
span { border-color: #AFBD7E; }
span { border-color: rgb(175,189,126); }
td.TdClassName
{
border-color: #AFBD7E;
}
.TagClassName
{
border-color: #AFBD7E;
}
</style>