Shades of Caper #AEC180
Tints of Caper #AEC180
RGB
CMYK
RGB Variations
Color information
#AEC180 (or 0xAEC180) is known color: Caper. HEX triplet: AE, C1 and 80. RGB value is (174,193,128). Sum of RGB (Red+Green+Blue) = 174+193+128=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC180 is #513E7F. Grayscale: #B4B4B4. Windows color (decimal): -5324416 or 8438190. OLE color: 8438190.
HSL color Cylindrical-coordinate representation of color #AEC180: hue angle of 77.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEC180 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 128 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.24 |
| HSL | 77.54º | 0.34% | 0.63% | - |
| HSV(B) | 77.54º | 0.34% | 0.76% | - |
| XYZ | 40.42 | 48.7 | 27.69 | - |
| YUV | 179.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 128 | 0.10 | 0 | 0.34 | 0.24 | 77.54 | 0.34 | 0.63 |
| Hex | AE | C1 | 80 | A | 0 | 22 | 18 | 4E | 22 | 3F |
| Octal | 256 | 301 | 200 | 12 | 0 | 42 | 30 | 116 | 42 | 77 |
| Binary | 10101110 | 11000001 | 10000000 | 1010 | 0 | 100010 | 11000 | 1001110 | 100010 | 111111 |
Color Harmonies of #AEC180
Complementary color
Monochromatic Colors of #AEC180
Black with #AEC180
Text Example
Text Example
White with #AEC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC180; }
p { color: rgb(174,193,128); }
H1.HeaderClassName
{
color: #AEC180;
}
.AnyTagClassName
{
color: #AEC180;
}
</style>
background-color css
<style>
a { background-color: #AEC180; }
a { background-color: rgb(174,193,128); }
div.DivClassName
{
background-color: #AEC180;
}
.BgClassName
{
background-color: #AEC180;
}
</style>
border-color css
<style>
span { border-color: #AEC180; }
span { border-color: rgb(174,193,128); }
td.TdClassName
{
border-color: #AEC180;
}
.TagClassName
{
border-color: #AEC180;
}
</style>