Shades of Caper #AAC574
Tints of Caper #AAC574
RGB
CMYK
RGB Variations
Color information
#AAC574 (or 0xAAC574) is known color: Caper. HEX triplet: AA, C5 and 74. RGB value is (170,197,116). Sum of RGB (Red+Green+Blue) = 170+197+116=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC574 is #553A8B. Grayscale: #B3B3B3. Windows color (decimal): -5585548 or 7652778. OLE color: 7652778.
HSL color Cylindrical-coordinate representation of color #AAC574: hue angle of 80º 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 #AAC574 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 116 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.23 |
| HSL | 80º | 0.41% | 0.61% | - |
| HSV(B) | 80º | 0.41% | 0.77% | - |
| XYZ | 39.7 | 49.74 | 24.03 | - |
| YUV | 179.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 116 | 0.14 | 0 | 0.41 | 0.23 | 80 | 0.41 | 0.61 |
| Hex | AA | C5 | 74 | E | 0 | 29 | 17 | 50 | 29 | 3D |
| Octal | 252 | 305 | 164 | 16 | 0 | 51 | 27 | 120 | 51 | 75 |
| Binary | 10101010 | 11000101 | 1110100 | 1110 | 0 | 101001 | 10111 | 1010000 | 101001 | 111101 |
Color Harmonies of #AAC574
Complementary color
Monochromatic Colors of #AAC574
Black with #AAC574
Text Example
Text Example
White with #AAC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC574; }
p { color: rgb(170,197,116); }
H1.HeaderClassName
{
color: #AAC574;
}
.AnyTagClassName
{
color: #AAC574;
}
</style>
background-color css
<style>
a { background-color: #AAC574; }
a { background-color: rgb(170,197,116); }
div.DivClassName
{
background-color: #AAC574;
}
.BgClassName
{
background-color: #AAC574;
}
</style>
border-color css
<style>
span { border-color: #AAC574; }
span { border-color: rgb(170,197,116); }
td.TdClassName
{
border-color: #AAC574;
}
.TagClassName
{
border-color: #AAC574;
}
</style>