Shades of Caper #AEBA8D
Tints of Caper #AEBA8D
RGB
CMYK
RGB Variations
Color information
#AEBA8D (or 0xAEBA8D) is known color: Caper. HEX triplet: AE, BA and 8D. RGB value is (174,186,141). Sum of RGB (Red+Green+Blue) = 174+186+141=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA8D is #514572. Grayscale: #B1B1B1. Windows color (decimal): -5326195 or 9288366. OLE color: 9288366.
HSL color Cylindrical-coordinate representation of color #AEBA8D: hue angle of 76º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBA8D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 141 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.27 |
| HSL | 76º | 0.25% | 0.64% | - |
| HSV(B) | 76º | 0.24% | 0.73% | - |
| XYZ | 39.82 | 46.04 | 31.99 | - |
| YUV | 177.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 141 | 0.06 | 0 | 0.24 | 0.27 | 76 | 0.25 | 0.64 |
| Hex | AE | BA | 8D | 6 | 0 | 18 | 1B | 4C | 19 | 40 |
| Octal | 256 | 272 | 215 | 6 | 0 | 30 | 33 | 114 | 31 | 100 |
| Binary | 10101110 | 10111010 | 10001101 | 110 | 0 | 11000 | 11011 | 1001100 | 11001 | 1000000 |
Color Harmonies of #AEBA8D
Complementary color
Monochromatic Colors of #AEBA8D
Black with #AEBA8D
Text Example
Text Example
White with #AEBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA8D; }
p { color: rgb(174,186,141); }
H1.HeaderClassName
{
color: #AEBA8D;
}
.AnyTagClassName
{
color: #AEBA8D;
}
</style>
background-color css
<style>
a { background-color: #AEBA8D; }
a { background-color: rgb(174,186,141); }
div.DivClassName
{
background-color: #AEBA8D;
}
.BgClassName
{
background-color: #AEBA8D;
}
</style>
border-color css
<style>
span { border-color: #AEBA8D; }
span { border-color: rgb(174,186,141); }
td.TdClassName
{
border-color: #AEBA8D;
}
.TagClassName
{
border-color: #AEBA8D;
}
</style>