Shades of Caper #AAC074
Tints of Caper #AAC074
RGB
CMYK
RGB Variations
Color information
#AAC074 (or 0xAAC074) is known color: Caper. HEX triplet: AA, C0 and 74. RGB value is (170,192,116). Sum of RGB (Red+Green+Blue) = 170+192+116=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC074 is #553F8B. Grayscale: #B1B1B1. Windows color (decimal): -5586828 or 7651498. OLE color: 7651498.
HSL color Cylindrical-coordinate representation of color #AAC074: hue angle of 77.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC074 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 116 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.25 |
| HSL | 77.37º | 0.38% | 0.6% | - |
| HSV(B) | 77.37º | 0.4% | 0.75% | - |
| XYZ | 38.58 | 47.51 | 23.66 | - |
| YUV | 176.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 116 | 0.11 | 0 | 0.40 | 0.25 | 77.37 | 0.38 | 0.6 |
| Hex | AA | C0 | 74 | B | 0 | 28 | 19 | 4D | 26 | 3C |
| Octal | 252 | 300 | 164 | 13 | 0 | 50 | 31 | 115 | 46 | 74 |
| Binary | 10101010 | 11000000 | 1110100 | 1011 | 0 | 101000 | 11001 | 1001101 | 100110 | 111100 |
Color Harmonies of #AAC074
Complementary color
Monochromatic Colors of #AAC074
Black with #AAC074
Text Example
Text Example
White with #AAC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC074; }
p { color: rgb(170,192,116); }
H1.HeaderClassName
{
color: #AAC074;
}
.AnyTagClassName
{
color: #AAC074;
}
</style>
background-color css
<style>
a { background-color: #AAC074; }
a { background-color: rgb(170,192,116); }
div.DivClassName
{
background-color: #AAC074;
}
.BgClassName
{
background-color: #AAC074;
}
</style>
border-color css
<style>
span { border-color: #AAC074; }
span { border-color: rgb(170,192,116); }
td.TdClassName
{
border-color: #AAC074;
}
.TagClassName
{
border-color: #AAC074;
}
</style>