Shades of Caper #AAC372
Tints of Caper #AAC372
RGB
CMYK
RGB Variations
Color information
#AAC372 (or 0xAAC372) is known color: Caper. HEX triplet: AA, C3 and 72. RGB value is (170,195,114). Sum of RGB (Red+Green+Blue) = 170+195+114=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC372 is #553C8D. Grayscale: #B2B2B2. Windows color (decimal): -5586062 or 7521194. OLE color: 7521194.
HSL color Cylindrical-coordinate representation of color #AAC372: hue angle of 78.52º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC372 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 114 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.24 |
| HSL | 78.52º | 0.4% | 0.61% | - |
| HSV(B) | 78.52º | 0.42% | 0.76% | - |
| XYZ | 39.13 | 48.79 | 23.27 | - |
| YUV | 178.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 114 | 0.13 | 0 | 0.42 | 0.24 | 78.52 | 0.4 | 0.61 |
| Hex | AA | C3 | 72 | D | 0 | 2A | 18 | 4F | 28 | 3D |
| Octal | 252 | 303 | 162 | 15 | 0 | 52 | 30 | 117 | 50 | 75 |
| Binary | 10101010 | 11000011 | 1110010 | 1101 | 0 | 101010 | 11000 | 1001111 | 101000 | 111101 |
Color Harmonies of #AAC372
Complementary color
Monochromatic Colors of #AAC372
Black with #AAC372
Text Example
Text Example
White with #AAC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC372; }
p { color: rgb(170,195,114); }
H1.HeaderClassName
{
color: #AAC372;
}
.AnyTagClassName
{
color: #AAC372;
}
</style>
background-color css
<style>
a { background-color: #AAC372; }
a { background-color: rgb(170,195,114); }
div.DivClassName
{
background-color: #AAC372;
}
.BgClassName
{
background-color: #AAC372;
}
</style>
border-color css
<style>
span { border-color: #AAC372; }
span { border-color: rgb(170,195,114); }
td.TdClassName
{
border-color: #AAC372;
}
.TagClassName
{
border-color: #AAC372;
}
</style>