Shades of Caper #AECB86
Tints of Caper #AECB86
RGB
CMYK
RGB Variations
Color information
#AECB86 (or 0xAECB86) is known color: Caper. HEX triplet: AE, CB and 86. RGB value is (174,203,134). Sum of RGB (Red+Green+Blue) = 174+203+134=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB86 is #513479. Grayscale: #BABABA. Windows color (decimal): -5321850 or 8833966. OLE color: 8833966.
HSL color Cylindrical-coordinate representation of color #AECB86: hue angle of 85.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AECB86 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 134 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.20 |
| HSL | 85.22º | 0.4% | 0.66% | - |
| HSV(B) | 85.22º | 0.34% | 0.8% | - |
| XYZ | 43.11 | 53.43 | 30.6 | - |
| YUV | 186.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 134 | 0.14 | 0 | 0.34 | 0.20 | 85.22 | 0.4 | 0.66 |
| Hex | AE | CB | 86 | E | 0 | 22 | 14 | 55 | 28 | 42 |
| Octal | 256 | 313 | 206 | 16 | 0 | 42 | 24 | 125 | 50 | 102 |
| Binary | 10101110 | 11001011 | 10000110 | 1110 | 0 | 100010 | 10100 | 1010101 | 101000 | 1000010 |
Color Harmonies of #AECB86
Complementary color
Monochromatic Colors of #AECB86
Black with #AECB86
Text Example
Text Example
White with #AECB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB86; }
p { color: rgb(174,203,134); }
H1.HeaderClassName
{
color: #AECB86;
}
.AnyTagClassName
{
color: #AECB86;
}
</style>
background-color css
<style>
a { background-color: #AECB86; }
a { background-color: rgb(174,203,134); }
div.DivClassName
{
background-color: #AECB86;
}
.BgClassName
{
background-color: #AECB86;
}
</style>
border-color css
<style>
span { border-color: #AECB86; }
span { border-color: rgb(174,203,134); }
td.TdClassName
{
border-color: #AECB86;
}
.TagClassName
{
border-color: #AECB86;
}
</style>