Shades of Caper #AEBB86
Tints of Caper #AEBB86
RGB
CMYK
RGB Variations
Color information
#AEBB86 (or 0xAEBB86) is known color: Caper. HEX triplet: AE, BB and 86. RGB value is (174,187,134). Sum of RGB (Red+Green+Blue) = 174+187+134=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB86 is #514479. Grayscale: #B1B1B1. Windows color (decimal): -5325946 or 8829870. OLE color: 8829870.
HSL color Cylindrical-coordinate representation of color #AEBB86: hue angle of 74.72º degrees, saturation: 0.28, 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 #AEBB86 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 134 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.27 |
| HSL | 74.72º | 0.28% | 0.63% | - |
| HSV(B) | 74.72º | 0.28% | 0.73% | - |
| XYZ | 39.53 | 46.26 | 29.4 | - |
| YUV | 177.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 134 | 0.07 | 0 | 0.28 | 0.27 | 74.72 | 0.28 | 0.63 |
| Hex | AE | BB | 86 | 7 | 0 | 1C | 1B | 4B | 1C | 3F |
| Octal | 256 | 273 | 206 | 7 | 0 | 34 | 33 | 113 | 34 | 77 |
| Binary | 10101110 | 10111011 | 10000110 | 111 | 0 | 11100 | 11011 | 1001011 | 11100 | 111111 |
Color Harmonies of #AEBB86
Complementary color
Monochromatic Colors of #AEBB86
Black with #AEBB86
Text Example
Text Example
White with #AEBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB86; }
p { color: rgb(174,187,134); }
H1.HeaderClassName
{
color: #AEBB86;
}
.AnyTagClassName
{
color: #AEBB86;
}
</style>
background-color css
<style>
a { background-color: #AEBB86; }
a { background-color: rgb(174,187,134); }
div.DivClassName
{
background-color: #AEBB86;
}
.BgClassName
{
background-color: #AEBB86;
}
</style>
border-color css
<style>
span { border-color: #AEBB86; }
span { border-color: rgb(174,187,134); }
td.TdClassName
{
border-color: #AEBB86;
}
.TagClassName
{
border-color: #AEBB86;
}
</style>