Shades of Caper #AAC07A
Tints of Caper #AAC07A
RGB
CMYK
RGB Variations
Color information
#AAC07A (or 0xAAC07A) is known color: Caper. HEX triplet: AA, C0 and 7A. RGB value is (170,192,122). Sum of RGB (Red+Green+Blue) = 170+192+122=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC07A is #553F85. Grayscale: #B1B1B1. Windows color (decimal): -5586822 or 8044714. OLE color: 8044714.
HSL color Cylindrical-coordinate representation of color #AAC07A: hue angle of 78.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC07A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 122 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.25 |
| HSL | 78.86º | 0.36% | 0.62% | - |
| HSV(B) | 78.86º | 0.36% | 0.75% | - |
| XYZ | 38.94 | 47.65 | 25.56 | - |
| YUV | 177.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 122 | 0.11 | 0 | 0.36 | 0.25 | 78.86 | 0.36 | 0.62 |
| Hex | AA | C0 | 7A | B | 0 | 24 | 19 | 4F | 24 | 3E |
| Octal | 252 | 300 | 172 | 13 | 0 | 44 | 31 | 117 | 44 | 76 |
| Binary | 10101010 | 11000000 | 1111010 | 1011 | 0 | 100100 | 11001 | 1001111 | 100100 | 111110 |
Color Harmonies of #AAC07A
Complementary color
Monochromatic Colors of #AAC07A
Black with #AAC07A
Text Example
Text Example
White with #AAC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC07A; }
p { color: rgb(170,192,122); }
H1.HeaderClassName
{
color: #AAC07A;
}
.AnyTagClassName
{
color: #AAC07A;
}
</style>
background-color css
<style>
a { background-color: #AAC07A; }
a { background-color: rgb(170,192,122); }
div.DivClassName
{
background-color: #AAC07A;
}
.BgClassName
{
background-color: #AAC07A;
}
</style>
border-color css
<style>
span { border-color: #AAC07A; }
span { border-color: rgb(170,192,122); }
td.TdClassName
{
border-color: #AAC07A;
}
.TagClassName
{
border-color: #AAC07A;
}
</style>