Shades of Caper #AEBA8F
Tints of Caper #AEBA8F
RGB
CMYK
RGB Variations
Color information
#AEBA8F (or 0xAEBA8F) is known color: Caper. HEX triplet: AE, BA and 8F. RGB value is (174,186,143). Sum of RGB (Red+Green+Blue) = 174+186+143=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA8F is #514570. Grayscale: #B1B1B1. Windows color (decimal): -5326193 or 9419438. OLE color: 9419438.
HSL color Cylindrical-coordinate representation of color #AEBA8F: hue angle of 76.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBA8F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 143 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.27 |
| HSL | 76.74º | 0.24% | 0.65% | - |
| HSV(B) | 76.74º | 0.23% | 0.73% | - |
| XYZ | 39.97 | 46.1 | 32.78 | - |
| YUV | 177.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 143 | 0.06 | 0 | 0.23 | 0.27 | 76.74 | 0.24 | 0.65 |
| Hex | AE | BA | 8F | 6 | 0 | 17 | 1B | 4D | 18 | 41 |
| Octal | 256 | 272 | 217 | 6 | 0 | 27 | 33 | 115 | 30 | 101 |
| Binary | 10101110 | 10111010 | 10001111 | 110 | 0 | 10111 | 11011 | 1001101 | 11000 | 1000001 |
Color Harmonies of #AEBA8F
Complementary color
Monochromatic Colors of #AEBA8F
Black with #AEBA8F
Text Example
Text Example
White with #AEBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA8F; }
p { color: rgb(174,186,143); }
H1.HeaderClassName
{
color: #AEBA8F;
}
.AnyTagClassName
{
color: #AEBA8F;
}
</style>
background-color css
<style>
a { background-color: #AEBA8F; }
a { background-color: rgb(174,186,143); }
div.DivClassName
{
background-color: #AEBA8F;
}
.BgClassName
{
background-color: #AEBA8F;
}
</style>
border-color css
<style>
span { border-color: #AEBA8F; }
span { border-color: rgb(174,186,143); }
td.TdClassName
{
border-color: #AEBA8F;
}
.TagClassName
{
border-color: #AEBA8F;
}
</style>