Shades of Caper #AECB77
Tints of Caper #AECB77
RGB
CMYK
RGB Variations
Color information
#AECB77 (or 0xAECB77) is known color: Caper. HEX triplet: AE, CB and 77. RGB value is (174,203,119). Sum of RGB (Red+Green+Blue) = 174+203+119=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB77 is #513488. Grayscale: #B9B9B9. Windows color (decimal): -5321865 or 7850926. OLE color: 7850926.
HSL color Cylindrical-coordinate representation of color #AECB77: hue angle of 80.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AECB77 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 119 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.20 |
| HSL | 80.71º | 0.45% | 0.63% | - |
| HSV(B) | 80.71º | 0.41% | 0.8% | - |
| XYZ | 42.14 | 53.04 | 25.47 | - |
| YUV | 184.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 119 | 0.14 | 0 | 0.41 | 0.20 | 80.71 | 0.45 | 0.63 |
| Hex | AE | CB | 77 | E | 0 | 29 | 14 | 51 | 2D | 3F |
| Octal | 256 | 313 | 167 | 16 | 0 | 51 | 24 | 121 | 55 | 77 |
| Binary | 10101110 | 11001011 | 1110111 | 1110 | 0 | 101001 | 10100 | 1010001 | 101101 | 111111 |
Color Harmonies of #AECB77
Complementary color
Monochromatic Colors of #AECB77
Black with #AECB77
Text Example
Text Example
White with #AECB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB77; }
p { color: rgb(174,203,119); }
H1.HeaderClassName
{
color: #AECB77;
}
.AnyTagClassName
{
color: #AECB77;
}
</style>
background-color css
<style>
a { background-color: #AECB77; }
a { background-color: rgb(174,203,119); }
div.DivClassName
{
background-color: #AECB77;
}
.BgClassName
{
background-color: #AECB77;
}
</style>
border-color css
<style>
span { border-color: #AECB77; }
span { border-color: rgb(174,203,119); }
td.TdClassName
{
border-color: #AECB77;
}
.TagClassName
{
border-color: #AECB77;
}
</style>