Shades of Caper #AECB73
Tints of Caper #AECB73
RGB
CMYK
RGB Variations
Color information
#AECB73 (or 0xAECB73) is known color: Caper. HEX triplet: AE, CB and 73. RGB value is (174,203,115). Sum of RGB (Red+Green+Blue) = 174+203+115=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB73 is #51348C. Grayscale: #B8B8B8. Windows color (decimal): -5321869 or 7588782. OLE color: 7588782.
HSL color Cylindrical-coordinate representation of color #AECB73: hue angle of 79.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AECB73 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 115 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.20 |
| HSL | 79.77º | 0.46% | 0.62% | - |
| HSV(B) | 79.77º | 0.43% | 0.8% | - |
| XYZ | 41.91 | 52.95 | 24.23 | - |
| YUV | 184.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 115 | 0.14 | 0 | 0.43 | 0.20 | 79.77 | 0.46 | 0.62 |
| Hex | AE | CB | 73 | E | 0 | 2B | 14 | 50 | 2E | 3E |
| Octal | 256 | 313 | 163 | 16 | 0 | 53 | 24 | 120 | 56 | 76 |
| Binary | 10101110 | 11001011 | 1110011 | 1110 | 0 | 101011 | 10100 | 1010000 | 101110 | 111110 |
Color Harmonies of #AECB73
Complementary color
Monochromatic Colors of #AECB73
Black with #AECB73
Text Example
Text Example
White with #AECB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB73; }
p { color: rgb(174,203,115); }
H1.HeaderClassName
{
color: #AECB73;
}
.AnyTagClassName
{
color: #AECB73;
}
</style>
background-color css
<style>
a { background-color: #AECB73; }
a { background-color: rgb(174,203,115); }
div.DivClassName
{
background-color: #AECB73;
}
.BgClassName
{
background-color: #AECB73;
}
</style>
border-color css
<style>
span { border-color: #AECB73; }
span { border-color: rgb(174,203,115); }
td.TdClassName
{
border-color: #AECB73;
}
.TagClassName
{
border-color: #AECB73;
}
</style>