Shades of Caper #AECB82
Tints of Caper #AECB82
RGB
CMYK
RGB Variations
Color information
#AECB82 (or 0xAECB82) is known color: Caper. HEX triplet: AE, CB and 82. RGB value is (174,203,130). Sum of RGB (Red+Green+Blue) = 174+203+130=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB82 is #51347D. Grayscale: #BABABA. Windows color (decimal): -5321854 or 8571822. OLE color: 8571822.
HSL color Cylindrical-coordinate representation of color #AECB82: hue angle of 83.84º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AECB82 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 130 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.20 |
| HSL | 83.84º | 0.41% | 0.65% | - |
| HSV(B) | 83.84º | 0.36% | 0.8% | - |
| XYZ | 42.84 | 53.32 | 29.15 | - |
| YUV | 186.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 130 | 0.14 | 0 | 0.36 | 0.20 | 83.84 | 0.41 | 0.65 |
| Hex | AE | CB | 82 | E | 0 | 24 | 14 | 54 | 29 | 41 |
| Octal | 256 | 313 | 202 | 16 | 0 | 44 | 24 | 124 | 51 | 101 |
| Binary | 10101110 | 11001011 | 10000010 | 1110 | 0 | 100100 | 10100 | 1010100 | 101001 | 1000001 |
Color Harmonies of #AECB82
Complementary color
Monochromatic Colors of #AECB82
Black with #AECB82
Text Example
Text Example
White with #AECB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB82; }
p { color: rgb(174,203,130); }
H1.HeaderClassName
{
color: #AECB82;
}
.AnyTagClassName
{
color: #AECB82;
}
</style>
background-color css
<style>
a { background-color: #AECB82; }
a { background-color: rgb(174,203,130); }
div.DivClassName
{
background-color: #AECB82;
}
.BgClassName
{
background-color: #AECB82;
}
</style>
border-color css
<style>
span { border-color: #AECB82; }
span { border-color: rgb(174,203,130); }
td.TdClassName
{
border-color: #AECB82;
}
.TagClassName
{
border-color: #AECB82;
}
</style>