Shades of Caper #AAC479
Tints of Caper #AAC479
RGB
CMYK
RGB Variations
Color information
#AAC479 (or 0xAAC479) is known color: Caper. HEX triplet: AA, C4 and 79. RGB value is (170,196,121). Sum of RGB (Red+Green+Blue) = 170+196+121=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC479 is #553B86. Grayscale: #B3B3B3. Windows color (decimal): -5585799 or 7980202. OLE color: 7980202.
HSL color Cylindrical-coordinate representation of color #AAC479: hue angle of 80.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC479 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 121 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.23 |
| HSL | 80.8º | 0.39% | 0.62% | - |
| HSV(B) | 80.8º | 0.38% | 0.77% | - |
| XYZ | 39.77 | 49.41 | 25.53 | - |
| YUV | 179.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 121 | 0.13 | 0 | 0.38 | 0.23 | 80.8 | 0.39 | 0.62 |
| Hex | AA | C4 | 79 | D | 0 | 26 | 17 | 51 | 27 | 3E |
| Octal | 252 | 304 | 171 | 15 | 0 | 46 | 27 | 121 | 47 | 76 |
| Binary | 10101010 | 11000100 | 1111001 | 1101 | 0 | 100110 | 10111 | 1010001 | 100111 | 111110 |
Color Harmonies of #AAC479
Complementary color
Monochromatic Colors of #AAC479
Black with #AAC479
Text Example
Text Example
White with #AAC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC479; }
p { color: rgb(170,196,121); }
H1.HeaderClassName
{
color: #AAC479;
}
.AnyTagClassName
{
color: #AAC479;
}
</style>
background-color css
<style>
a { background-color: #AAC479; }
a { background-color: rgb(170,196,121); }
div.DivClassName
{
background-color: #AAC479;
}
.BgClassName
{
background-color: #AAC479;
}
</style>
border-color css
<style>
span { border-color: #AAC479; }
span { border-color: rgb(170,196,121); }
td.TdClassName
{
border-color: #AAC479;
}
.TagClassName
{
border-color: #AAC479;
}
</style>