Shades of Caper #AECB8A
Tints of Caper #AECB8A
RGB
CMYK
RGB Variations
Color information
#AECB8A (or 0xAECB8A) is known color: Caper. HEX triplet: AE, CB and 8A. RGB value is (174,203,138). Sum of RGB (Red+Green+Blue) = 174+203+138=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8A is #513475. Grayscale: #BBBBBB. Windows color (decimal): -5321846 or 9096110. OLE color: 9096110.
HSL color Cylindrical-coordinate representation of color #AECB8A: hue angle of 86.77º 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 #AECB8A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 138 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.20 |
| HSL | 86.77º | 0.38% | 0.67% | - |
| HSV(B) | 86.77º | 0.32% | 0.8% | - |
| XYZ | 43.4 | 53.55 | 32.09 | - |
| YUV | 186.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 138 | 0.14 | 0 | 0.32 | 0.20 | 86.77 | 0.38 | 0.67 |
| Hex | AE | CB | 8A | E | 0 | 20 | 14 | 57 | 26 | 43 |
| Octal | 256 | 313 | 212 | 16 | 0 | 40 | 24 | 127 | 46 | 103 |
| Binary | 10101110 | 11001011 | 10001010 | 1110 | 0 | 100000 | 10100 | 1010111 | 100110 | 1000011 |
Color Harmonies of #AECB8A
Complementary color
Monochromatic Colors of #AECB8A
Black with #AECB8A
Text Example
Text Example
White with #AECB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB8A; }
p { color: rgb(174,203,138); }
H1.HeaderClassName
{
color: #AECB8A;
}
.AnyTagClassName
{
color: #AECB8A;
}
</style>
background-color css
<style>
a { background-color: #AECB8A; }
a { background-color: rgb(174,203,138); }
div.DivClassName
{
background-color: #AECB8A;
}
.BgClassName
{
background-color: #AECB8A;
}
</style>
border-color css
<style>
span { border-color: #AECB8A; }
span { border-color: rgb(174,203,138); }
td.TdClassName
{
border-color: #AECB8A;
}
.TagClassName
{
border-color: #AECB8A;
}
</style>