Shades of Caper #AEC170
Tints of Caper #AEC170
RGB
CMYK
RGB Variations
Color information
#AEC170 (or 0xAEC170) is known color: Caper. HEX triplet: AE, C1 and 70. RGB value is (174,193,112). Sum of RGB (Red+Green+Blue) = 174+193+112=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC170 is #513E8F. Grayscale: #B2B2B2. Windows color (decimal): -5324432 or 7389614. OLE color: 7389614.
HSL color Cylindrical-coordinate representation of color #AEC170: hue angle of 74.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEC170 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 112 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.24 |
| HSL | 74.07º | 0.4% | 0.6% | - |
| HSV(B) | 74.07º | 0.42% | 0.76% | - |
| XYZ | 39.45 | 48.31 | 22.57 | - |
| YUV | 178.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 112 | 0.10 | 0 | 0.42 | 0.24 | 74.07 | 0.4 | 0.6 |
| Hex | AE | C1 | 70 | A | 0 | 2A | 18 | 4A | 28 | 3C |
| Octal | 256 | 301 | 160 | 12 | 0 | 52 | 30 | 112 | 50 | 74 |
| Binary | 10101110 | 11000001 | 1110000 | 1010 | 0 | 101010 | 11000 | 1001010 | 101000 | 111100 |
Color Harmonies of #AEC170
Complementary color
Monochromatic Colors of #AEC170
Black with #AEC170
Text Example
Text Example
White with #AEC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC170; }
p { color: rgb(174,193,112); }
H1.HeaderClassName
{
color: #AEC170;
}
.AnyTagClassName
{
color: #AEC170;
}
</style>
background-color css
<style>
a { background-color: #AEC170; }
a { background-color: rgb(174,193,112); }
div.DivClassName
{
background-color: #AEC170;
}
.BgClassName
{
background-color: #AEC170;
}
</style>
border-color css
<style>
span { border-color: #AEC170; }
span { border-color: rgb(174,193,112); }
td.TdClassName
{
border-color: #AEC170;
}
.TagClassName
{
border-color: #AEC170;
}
</style>