Shades of Caper #AECB85
Tints of Caper #AECB85
RGB
CMYK
RGB Variations
Color information
#AECB85 (or 0xAECB85) is known color: Caper. HEX triplet: AE, CB and 85. RGB value is (174,203,133). Sum of RGB (Red+Green+Blue) = 174+203+133=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB85 is #51347A. Grayscale: #BABABA. Windows color (decimal): -5321851 or 8768430. OLE color: 8768430.
HSL color Cylindrical-coordinate representation of color #AECB85: hue angle of 84.86º 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 #AECB85 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 133 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.20 |
| HSL | 84.86º | 0.4% | 0.66% | - |
| HSV(B) | 84.86º | 0.34% | 0.8% | - |
| XYZ | 43.05 | 53.4 | 30.23 | - |
| YUV | 186.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 133 | 0.14 | 0 | 0.34 | 0.20 | 84.86 | 0.4 | 0.66 |
| Hex | AE | CB | 85 | E | 0 | 22 | 14 | 55 | 28 | 42 |
| Octal | 256 | 313 | 205 | 16 | 0 | 42 | 24 | 125 | 50 | 102 |
| Binary | 10101110 | 11001011 | 10000101 | 1110 | 0 | 100010 | 10100 | 1010101 | 101000 | 1000010 |
Color Harmonies of #AECB85
Complementary color
Monochromatic Colors of #AECB85
Black with #AECB85
Text Example
Text Example
White with #AECB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB85; }
p { color: rgb(174,203,133); }
H1.HeaderClassName
{
color: #AECB85;
}
.AnyTagClassName
{
color: #AECB85;
}
</style>
background-color css
<style>
a { background-color: #AECB85; }
a { background-color: rgb(174,203,133); }
div.DivClassName
{
background-color: #AECB85;
}
.BgClassName
{
background-color: #AECB85;
}
</style>
border-color css
<style>
span { border-color: #AECB85; }
span { border-color: rgb(174,203,133); }
td.TdClassName
{
border-color: #AECB85;
}
.TagClassName
{
border-color: #AECB85;
}
</style>