Shades of Caper #AECB89
Tints of Caper #AECB89
RGB
CMYK
RGB Variations
Color information
#AECB89 (or 0xAECB89) is known color: Caper. HEX triplet: AE, CB and 89. RGB value is (174,203,137). Sum of RGB (Red+Green+Blue) = 174+203+137=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB89 is #513476. Grayscale: #BBBBBB. Windows color (decimal): -5321847 or 9030574. OLE color: 9030574.
HSL color Cylindrical-coordinate representation of color #AECB89: hue angle of 86.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AECB89 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 137 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.20 |
| HSL | 86.36º | 0.39% | 0.67% | - |
| HSV(B) | 86.36º | 0.33% | 0.8% | - |
| XYZ | 43.33 | 53.52 | 31.71 | - |
| YUV | 186.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 137 | 0.14 | 0 | 0.33 | 0.20 | 86.36 | 0.39 | 0.67 |
| Hex | AE | CB | 89 | E | 0 | 21 | 14 | 56 | 27 | 43 |
| Octal | 256 | 313 | 211 | 16 | 0 | 41 | 24 | 126 | 47 | 103 |
| Binary | 10101110 | 11001011 | 10001001 | 1110 | 0 | 100001 | 10100 | 1010110 | 100111 | 1000011 |
Color Harmonies of #AECB89
Complementary color
Monochromatic Colors of #AECB89
Black with #AECB89
Text Example
Text Example
White with #AECB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB89; }
p { color: rgb(174,203,137); }
H1.HeaderClassName
{
color: #AECB89;
}
.AnyTagClassName
{
color: #AECB89;
}
</style>
background-color css
<style>
a { background-color: #AECB89; }
a { background-color: rgb(174,203,137); }
div.DivClassName
{
background-color: #AECB89;
}
.BgClassName
{
background-color: #AECB89;
}
</style>
border-color css
<style>
span { border-color: #AECB89; }
span { border-color: rgb(174,203,137); }
td.TdClassName
{
border-color: #AECB89;
}
.TagClassName
{
border-color: #AECB89;
}
</style>