Shades of Caper #AAC07C
Tints of Caper #AAC07C
RGB
CMYK
RGB Variations
Color information
#AAC07C (or 0xAAC07C) is known color: Caper. HEX triplet: AA, C0 and 7C. RGB value is (170,192,124). Sum of RGB (Red+Green+Blue) = 170+192+124=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC07C is #553F83. Grayscale: #B1B1B1. Windows color (decimal): -5586820 or 8175786. OLE color: 8175786.
HSL color Cylindrical-coordinate representation of color #AAC07C: hue angle of 79.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC07C is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 124 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.25 |
| HSL | 79.41º | 0.35% | 0.62% | - |
| HSV(B) | 79.41º | 0.35% | 0.75% | - |
| XYZ | 39.07 | 47.7 | 26.22 | - |
| YUV | 177.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 124 | 0.11 | 0 | 0.35 | 0.25 | 79.41 | 0.35 | 0.62 |
| Hex | AA | C0 | 7C | B | 0 | 23 | 19 | 4F | 23 | 3E |
| Octal | 252 | 300 | 174 | 13 | 0 | 43 | 31 | 117 | 43 | 76 |
| Binary | 10101010 | 11000000 | 1111100 | 1011 | 0 | 100011 | 11001 | 1001111 | 100011 | 111110 |
Color Harmonies of #AAC07C
Complementary color
Monochromatic Colors of #AAC07C
Black with #AAC07C
Text Example
Text Example
White with #AAC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC07C; }
p { color: rgb(170,192,124); }
H1.HeaderClassName
{
color: #AAC07C;
}
.AnyTagClassName
{
color: #AAC07C;
}
</style>
background-color css
<style>
a { background-color: #AAC07C; }
a { background-color: rgb(170,192,124); }
div.DivClassName
{
background-color: #AAC07C;
}
.BgClassName
{
background-color: #AAC07C;
}
</style>
border-color css
<style>
span { border-color: #AAC07C; }
span { border-color: rgb(170,192,124); }
td.TdClassName
{
border-color: #AAC07C;
}
.TagClassName
{
border-color: #AAC07C;
}
</style>