Shades of Caper #AEC082
Tints of Caper #AEC082
RGB
CMYK
RGB Variations
Color information
#AEC082 (or 0xAEC082) is known color: Caper. HEX triplet: AE, C0 and 82. RGB value is (174,192,130). Sum of RGB (Red+Green+Blue) = 174+192+130=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC082 is #513F7D. Grayscale: #B3B3B3. Windows color (decimal): -5324670 or 8569006. OLE color: 8569006.
HSL color Cylindrical-coordinate representation of color #AEC082: hue angle of 77.42º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC082 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 130 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.25 |
| HSL | 77.42º | 0.33% | 0.63% | - |
| HSV(B) | 77.42º | 0.32% | 0.75% | - |
| XYZ | 40.33 | 48.31 | 28.32 | - |
| YUV | 179.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 130 | 0.09 | 0 | 0.32 | 0.25 | 77.42 | 0.33 | 0.63 |
| Hex | AE | C0 | 82 | 9 | 0 | 20 | 19 | 4D | 21 | 3F |
| Octal | 256 | 300 | 202 | 11 | 0 | 40 | 31 | 115 | 41 | 77 |
| Binary | 10101110 | 11000000 | 10000010 | 1001 | 0 | 100000 | 11001 | 1001101 | 100001 | 111111 |
Color Harmonies of #AEC082
Complementary color
Monochromatic Colors of #AEC082
Black with #AEC082
Text Example
Text Example
White with #AEC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC082; }
p { color: rgb(174,192,130); }
H1.HeaderClassName
{
color: #AEC082;
}
.AnyTagClassName
{
color: #AEC082;
}
</style>
background-color css
<style>
a { background-color: #AEC082; }
a { background-color: rgb(174,192,130); }
div.DivClassName
{
background-color: #AEC082;
}
.BgClassName
{
background-color: #AEC082;
}
</style>
border-color css
<style>
span { border-color: #AEC082; }
span { border-color: rgb(174,192,130); }
td.TdClassName
{
border-color: #AEC082;
}
.TagClassName
{
border-color: #AEC082;
}
</style>