Shades of Caper #AEC16D
Tints of Caper #AEC16D
RGB
CMYK
RGB Variations
Color information
#AEC16D (or 0xAEC16D) is known color: Caper. HEX triplet: AE, C1 and 6D. RGB value is (174,193,109). Sum of RGB (Red+Green+Blue) = 174+193+109=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC16D is #513E92. Grayscale: #B2B2B2. Windows color (decimal): -5324435 or 7193006. OLE color: 7193006.
HSL color Cylindrical-coordinate representation of color #AEC16D: hue angle of 73.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC16D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 109 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.24 |
| HSL | 73.57º | 0.4% | 0.59% | - |
| HSV(B) | 73.57º | 0.44% | 0.76% | - |
| XYZ | 39.29 | 48.24 | 21.71 | - |
| YUV | 177.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 109 | 0.10 | 0 | 0.44 | 0.24 | 73.57 | 0.4 | 0.59 |
| Hex | AE | C1 | 6D | A | 0 | 2C | 18 | 4A | 28 | 3B |
| Octal | 256 | 301 | 155 | 12 | 0 | 54 | 30 | 112 | 50 | 73 |
| Binary | 10101110 | 11000001 | 1101101 | 1010 | 0 | 101100 | 11000 | 1001010 | 101000 | 111011 |
Color Harmonies of #AEC16D
Complementary color
Monochromatic Colors of #AEC16D
Black with #AEC16D
Text Example
Text Example
White with #AEC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC16D; }
p { color: rgb(174,193,109); }
H1.HeaderClassName
{
color: #AEC16D;
}
.AnyTagClassName
{
color: #AEC16D;
}
</style>
background-color css
<style>
a { background-color: #AEC16D; }
a { background-color: rgb(174,193,109); }
div.DivClassName
{
background-color: #AEC16D;
}
.BgClassName
{
background-color: #AEC16D;
}
</style>
border-color css
<style>
span { border-color: #AEC16D; }
span { border-color: rgb(174,193,109); }
td.TdClassName
{
border-color: #AEC16D;
}
.TagClassName
{
border-color: #AEC16D;
}
</style>