Shades of Caper #AEBA86
Tints of Caper #AEBA86
RGB
CMYK
RGB Variations
Color information
#AEBA86 (or 0xAEBA86) is known color: Caper. HEX triplet: AE, BA and 86. RGB value is (174,186,134). Sum of RGB (Red+Green+Blue) = 174+186+134=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA86 is #514579. Grayscale: #B0B0B0. Windows color (decimal): -5326202 or 8829614. OLE color: 8829614.
HSL color Cylindrical-coordinate representation of color #AEBA86: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBA86 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 134 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.27 |
| HSL | 73.85º | 0.27% | 0.63% | - |
| HSV(B) | 73.85º | 0.28% | 0.73% | - |
| XYZ | 39.32 | 45.84 | 29.33 | - |
| YUV | 176.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 134 | 0.06 | 0 | 0.28 | 0.27 | 73.85 | 0.27 | 0.63 |
| Hex | AE | BA | 86 | 6 | 0 | 1C | 1B | 4A | 1B | 3F |
| Octal | 256 | 272 | 206 | 6 | 0 | 34 | 33 | 112 | 33 | 77 |
| Binary | 10101110 | 10111010 | 10000110 | 110 | 0 | 11100 | 11011 | 1001010 | 11011 | 111111 |
Color Harmonies of #AEBA86
Complementary color
Monochromatic Colors of #AEBA86
Black with #AEBA86
Text Example
Text Example
White with #AEBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA86; }
p { color: rgb(174,186,134); }
H1.HeaderClassName
{
color: #AEBA86;
}
.AnyTagClassName
{
color: #AEBA86;
}
</style>
background-color css
<style>
a { background-color: #AEBA86; }
a { background-color: rgb(174,186,134); }
div.DivClassName
{
background-color: #AEBA86;
}
.BgClassName
{
background-color: #AEBA86;
}
</style>
border-color css
<style>
span { border-color: #AEBA86; }
span { border-color: rgb(174,186,134); }
td.TdClassName
{
border-color: #AEBA86;
}
.TagClassName
{
border-color: #AEBA86;
}
</style>