Shades of Caper #AECB8B
Tints of Caper #AECB8B
RGB
CMYK
RGB Variations
Color information
#AECB8B (or 0xAECB8B) is known color: Caper. HEX triplet: AE, CB and 8B. RGB value is (174,203,139). Sum of RGB (Red+Green+Blue) = 174+203+139=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8B is #513474. Grayscale: #BBBBBB. Windows color (decimal): -5321845 or 9161646. OLE color: 9161646.
HSL color Cylindrical-coordinate representation of color #AECB8B: hue angle of 87.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECB8B is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 139 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.20 |
| HSL | 87.19º | 0.38% | 0.67% | - |
| HSV(B) | 87.19º | 0.32% | 0.8% | - |
| XYZ | 43.47 | 53.57 | 32.48 | - |
| YUV | 187.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 139 | 0.14 | 0 | 0.32 | 0.20 | 87.19 | 0.38 | 0.67 |
| Hex | AE | CB | 8B | E | 0 | 20 | 14 | 57 | 26 | 43 |
| Octal | 256 | 313 | 213 | 16 | 0 | 40 | 24 | 127 | 46 | 103 |
| Binary | 10101110 | 11001011 | 10001011 | 1110 | 0 | 100000 | 10100 | 1010111 | 100110 | 1000011 |
Color Harmonies of #AECB8B
Complementary color
Monochromatic Colors of #AECB8B
Black with #AECB8B
Text Example
Text Example
White with #AECB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB8B; }
p { color: rgb(174,203,139); }
H1.HeaderClassName
{
color: #AECB8B;
}
.AnyTagClassName
{
color: #AECB8B;
}
</style>
background-color css
<style>
a { background-color: #AECB8B; }
a { background-color: rgb(174,203,139); }
div.DivClassName
{
background-color: #AECB8B;
}
.BgClassName
{
background-color: #AECB8B;
}
</style>
border-color css
<style>
span { border-color: #AECB8B; }
span { border-color: rgb(174,203,139); }
td.TdClassName
{
border-color: #AECB8B;
}
.TagClassName
{
border-color: #AECB8B;
}
</style>