Shades of Caper #AEC273
Tints of Caper #AEC273
RGB
CMYK
RGB Variations
Color information
#AEC273 (or 0xAEC273) is known color: Caper. HEX triplet: AE, C2 and 73. RGB value is (174,194,115). Sum of RGB (Red+Green+Blue) = 174+194+115=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC273 is #513D8C. Grayscale: #B3B3B3. Windows color (decimal): -5324173 or 7586478. OLE color: 7586478.
HSL color Cylindrical-coordinate representation of color #AEC273: hue angle of 75.19º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEC273 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 115 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.24 |
| HSL | 75.19º | 0.39% | 0.61% | - |
| HSV(B) | 75.19º | 0.41% | 0.76% | - |
| XYZ | 39.84 | 48.82 | 23.54 | - |
| YUV | 179.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 115 | 0.10 | 0 | 0.41 | 0.24 | 75.19 | 0.39 | 0.61 |
| Hex | AE | C2 | 73 | A | 0 | 29 | 18 | 4B | 27 | 3D |
| Octal | 256 | 302 | 163 | 12 | 0 | 51 | 30 | 113 | 47 | 75 |
| Binary | 10101110 | 11000010 | 1110011 | 1010 | 0 | 101001 | 11000 | 1001011 | 100111 | 111101 |
Color Harmonies of #AEC273
Complementary color
Monochromatic Colors of #AEC273
Black with #AEC273
Text Example
Text Example
White with #AEC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC273; }
p { color: rgb(174,194,115); }
H1.HeaderClassName
{
color: #AEC273;
}
.AnyTagClassName
{
color: #AEC273;
}
</style>
background-color css
<style>
a { background-color: #AEC273; }
a { background-color: rgb(174,194,115); }
div.DivClassName
{
background-color: #AEC273;
}
.BgClassName
{
background-color: #AEC273;
}
</style>
border-color css
<style>
span { border-color: #AEC273; }
span { border-color: rgb(174,194,115); }
td.TdClassName
{
border-color: #AEC273;
}
.TagClassName
{
border-color: #AEC273;
}
</style>