Shades of Caper #AFBA7E
Tints of Caper #AFBA7E
RGB
CMYK
RGB Variations
Color information
#AFBA7E (or 0xAFBA7E) is known color: Caper. HEX triplet: AF, BA and 7E. RGB value is (175,186,126). Sum of RGB (Red+Green+Blue) = 175+186+126=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7E is #504581. Grayscale: #B0B0B0. Windows color (decimal): -5260674 or 8305327. OLE color: 8305327.
HSL color Cylindrical-coordinate representation of color #AFBA7E: hue angle of 71º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFBA7E is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 126 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.27 |
| HSL | 71º | 0.3% | 0.61% | - |
| HSV(B) | 71º | 0.32% | 0.73% | - |
| XYZ | 39 | 45.74 | 26.51 | - |
| YUV | 175.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 126 | 0.06 | 0 | 0.32 | 0.27 | 71 | 0.3 | 0.61 |
| Hex | AF | BA | 7E | 6 | 0 | 20 | 1B | 47 | 1E | 3D |
| Octal | 257 | 272 | 176 | 6 | 0 | 40 | 33 | 107 | 36 | 75 |
| Binary | 10101111 | 10111010 | 1111110 | 110 | 0 | 100000 | 11011 | 1000111 | 11110 | 111101 |
Color Harmonies of #AFBA7E
Complementary color
Monochromatic Colors of #AFBA7E
Black with #AFBA7E
Text Example
Text Example
White with #AFBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA7E; }
p { color: rgb(175,186,126); }
H1.HeaderClassName
{
color: #AFBA7E;
}
.AnyTagClassName
{
color: #AFBA7E;
}
</style>
background-color css
<style>
a { background-color: #AFBA7E; }
a { background-color: rgb(175,186,126); }
div.DivClassName
{
background-color: #AFBA7E;
}
.BgClassName
{
background-color: #AFBA7E;
}
</style>
border-color css
<style>
span { border-color: #AFBA7E; }
span { border-color: rgb(175,186,126); }
td.TdClassName
{
border-color: #AFBA7E;
}
.TagClassName
{
border-color: #AFBA7E;
}
</style>