Shades of Caper #AEC384
Tints of Caper #AEC384
RGB
CMYK
RGB Variations
Color information
#AEC384 (or 0xAEC384) is known color: Caper. HEX triplet: AE, C3 and 84. RGB value is (174,195,132). Sum of RGB (Red+Green+Blue) = 174+195+132=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC384 is #513C7B. Grayscale: #B5B5B5. Windows color (decimal): -5323900 or 8700846. OLE color: 8700846.
HSL color Cylindrical-coordinate representation of color #AEC384: hue angle of 80º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC384 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 132 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.24 |
| HSL | 80º | 0.34% | 0.64% | - |
| HSV(B) | 80º | 0.32% | 0.76% | - |
| XYZ | 41.14 | 49.69 | 29.25 | - |
| YUV | 181.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 132 | 0.11 | 0 | 0.32 | 0.24 | 80 | 0.34 | 0.64 |
| Hex | AE | C3 | 84 | B | 0 | 20 | 18 | 50 | 22 | 40 |
| Octal | 256 | 303 | 204 | 13 | 0 | 40 | 30 | 120 | 42 | 100 |
| Binary | 10101110 | 11000011 | 10000100 | 1011 | 0 | 100000 | 11000 | 1010000 | 100010 | 1000000 |
Color Harmonies of #AEC384
Complementary color
Monochromatic Colors of #AEC384
Black with #AEC384
Text Example
Text Example
White with #AEC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC384; }
p { color: rgb(174,195,132); }
H1.HeaderClassName
{
color: #AEC384;
}
.AnyTagClassName
{
color: #AEC384;
}
</style>
background-color css
<style>
a { background-color: #AEC384; }
a { background-color: rgb(174,195,132); }
div.DivClassName
{
background-color: #AEC384;
}
.BgClassName
{
background-color: #AEC384;
}
</style>
border-color css
<style>
span { border-color: #AEC384; }
span { border-color: rgb(174,195,132); }
td.TdClassName
{
border-color: #AEC384;
}
.TagClassName
{
border-color: #AEC384;
}
</style>