Shades of Caper #AAC473
Tints of Caper #AAC473
RGB
CMYK
RGB Variations
Color information
#AAC473 (or 0xAAC473) is known color: Caper. HEX triplet: AA, C4 and 73. RGB value is (170,196,115). Sum of RGB (Red+Green+Blue) = 170+196+115=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC473 is #553B8C. Grayscale: #B3B3B3. Windows color (decimal): -5585805 or 7586986. OLE color: 7586986.
HSL color Cylindrical-coordinate representation of color #AAC473: hue angle of 79.26º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC473 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 115 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.23 |
| HSL | 79.26º | 0.41% | 0.61% | - |
| HSV(B) | 79.26º | 0.41% | 0.77% | - |
| XYZ | 39.41 | 49.26 | 23.65 | - |
| YUV | 178.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 115 | 0.13 | 0 | 0.41 | 0.23 | 79.26 | 0.41 | 0.61 |
| Hex | AA | C4 | 73 | D | 0 | 29 | 17 | 4F | 29 | 3D |
| Octal | 252 | 304 | 163 | 15 | 0 | 51 | 27 | 117 | 51 | 75 |
| Binary | 10101010 | 11000100 | 1110011 | 1101 | 0 | 101001 | 10111 | 1001111 | 101001 | 111101 |
Color Harmonies of #AAC473
Complementary color
Monochromatic Colors of #AAC473
Black with #AAC473
Text Example
Text Example
White with #AAC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC473; }
p { color: rgb(170,196,115); }
H1.HeaderClassName
{
color: #AAC473;
}
.AnyTagClassName
{
color: #AAC473;
}
</style>
background-color css
<style>
a { background-color: #AAC473; }
a { background-color: rgb(170,196,115); }
div.DivClassName
{
background-color: #AAC473;
}
.BgClassName
{
background-color: #AAC473;
}
</style>
border-color css
<style>
span { border-color: #AAC473; }
span { border-color: rgb(170,196,115); }
td.TdClassName
{
border-color: #AAC473;
}
.TagClassName
{
border-color: #AAC473;
}
</style>