Shades of Caper #AEC375
Tints of Caper #AEC375
RGB
CMYK
RGB Variations
Color information
#AEC375 (or 0xAEC375) is known color: Caper. HEX triplet: AE, C3 and 75. RGB value is (174,195,117). Sum of RGB (Red+Green+Blue) = 174+195+117=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC375 is #513C8A. Grayscale: #B4B4B4. Windows color (decimal): -5323915 or 7717806. OLE color: 7717806.
HSL color Cylindrical-coordinate representation of color #AEC375: hue angle of 76.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC375 is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 117 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.24 |
| HSL | 76.15º | 0.39% | 0.61% | - |
| HSV(B) | 76.15º | 0.4% | 0.76% | - |
| XYZ | 40.18 | 49.31 | 24.23 | - |
| YUV | 179.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 117 | 0.11 | 0 | 0.4 | 0.24 | 76.15 | 0.39 | 0.61 |
| Hex | AE | C3 | 75 | B | 0 | 28 | 18 | 4C | 27 | 3D |
| Octal | 256 | 303 | 165 | 13 | 0 | 50 | 30 | 114 | 47 | 75 |
| Binary | 10101110 | 11000011 | 1110101 | 1011 | 0 | 101000 | 11000 | 1001100 | 100111 | 111101 |
Color Harmonies of #AEC375
Complementary color
Monochromatic Colors of #AEC375
Black with #AEC375
Text Example
Text Example
White with #AEC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC375; }
p { color: rgb(174,195,117); }
H1.HeaderClassName
{
color: #AEC375;
}
.AnyTagClassName
{
color: #AEC375;
}
</style>
background-color css
<style>
a { background-color: #AEC375; }
a { background-color: rgb(174,195,117); }
div.DivClassName
{
background-color: #AEC375;
}
.BgClassName
{
background-color: #AEC375;
}
</style>
border-color css
<style>
span { border-color: #AEC375; }
span { border-color: rgb(174,195,117); }
td.TdClassName
{
border-color: #AEC375;
}
.TagClassName
{
border-color: #AEC375;
}
</style>