Shades of Caper #AAC770
Tints of Caper #AAC770
RGB
CMYK
RGB Variations
Color information
#AAC770 (or 0xAAC770) is known color: Caper. HEX triplet: AA, C7 and 70. RGB value is (170,199,112). Sum of RGB (Red+Green+Blue) = 170+199+112=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC770 is #55388F. Grayscale: #B4B4B4. Windows color (decimal): -5585040 or 7391146. OLE color: 7391146.
HSL color Cylindrical-coordinate representation of color #AAC770: hue angle of 80º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC770 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 112 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.22 |
| HSL | 80º | 0.44% | 0.61% | - |
| HSV(B) | 80º | 0.44% | 0.78% | - |
| XYZ | 39.93 | 50.56 | 22.98 | - |
| YUV | 180.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 112 | 0.15 | 0 | 0.44 | 0.22 | 80 | 0.44 | 0.61 |
| Hex | AA | C7 | 70 | F | 0 | 2C | 16 | 50 | 2C | 3D |
| Octal | 252 | 307 | 160 | 17 | 0 | 54 | 26 | 120 | 54 | 75 |
| Binary | 10101010 | 11000111 | 1110000 | 1111 | 0 | 101100 | 10110 | 1010000 | 101100 | 111101 |
Color Harmonies of #AAC770
Complementary color
Monochromatic Colors of #AAC770
Black with #AAC770
Text Example
Text Example
White with #AAC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC770; }
p { color: rgb(170,199,112); }
H1.HeaderClassName
{
color: #AAC770;
}
.AnyTagClassName
{
color: #AAC770;
}
</style>
background-color css
<style>
a { background-color: #AAC770; }
a { background-color: rgb(170,199,112); }
div.DivClassName
{
background-color: #AAC770;
}
.BgClassName
{
background-color: #AAC770;
}
</style>
border-color css
<style>
span { border-color: #AAC770; }
span { border-color: rgb(170,199,112); }
td.TdClassName
{
border-color: #AAC770;
}
.TagClassName
{
border-color: #AAC770;
}
</style>