Shades of Caper #AEC973
Tints of Caper #AEC973
RGB
CMYK
RGB Variations
Color information
#AEC973 (or 0xAEC973) is known color: Caper. HEX triplet: AE, C9 and 73. RGB value is (174,201,115). Sum of RGB (Red+Green+Blue) = 174+201+115=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC973 is #51368C. Grayscale: #B7B7B7. Windows color (decimal): -5322381 or 7588270. OLE color: 7588270.
HSL color Cylindrical-coordinate representation of color #AEC973: hue angle of 78.84º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC973 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 115 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.21 |
| HSL | 78.84º | 0.44% | 0.62% | - |
| HSV(B) | 78.84º | 0.43% | 0.79% | - |
| XYZ | 41.44 | 52.01 | 24.07 | - |
| YUV | 183.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 115 | 0.13 | 0 | 0.43 | 0.21 | 78.84 | 0.44 | 0.62 |
| Hex | AE | C9 | 73 | D | 0 | 2B | 15 | 4F | 2C | 3E |
| Octal | 256 | 311 | 163 | 15 | 0 | 53 | 25 | 117 | 54 | 76 |
| Binary | 10101110 | 11001001 | 1110011 | 1101 | 0 | 101011 | 10101 | 1001111 | 101100 | 111110 |
Color Harmonies of #AEC973
Complementary color
Monochromatic Colors of #AEC973
Black with #AEC973
Text Example
Text Example
White with #AEC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC973; }
p { color: rgb(174,201,115); }
H1.HeaderClassName
{
color: #AEC973;
}
.AnyTagClassName
{
color: #AEC973;
}
</style>
background-color css
<style>
a { background-color: #AEC973; }
a { background-color: rgb(174,201,115); }
div.DivClassName
{
background-color: #AEC973;
}
.BgClassName
{
background-color: #AEC973;
}
</style>
border-color css
<style>
span { border-color: #AEC973; }
span { border-color: rgb(174,201,115); }
td.TdClassName
{
border-color: #AEC973;
}
.TagClassName
{
border-color: #AEC973;
}
</style>