Shades of Caper #AAC17A
Tints of Caper #AAC17A
RGB
CMYK
RGB Variations
Color information
#AAC17A (or 0xAAC17A) is known color: Caper. HEX triplet: AA, C1 and 7A. RGB value is (170,193,122). Sum of RGB (Red+Green+Blue) = 170+193+122=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC17A is #553E85. Grayscale: #B2B2B2. Windows color (decimal): -5586566 or 8044970. OLE color: 8044970.
HSL color Cylindrical-coordinate representation of color #AAC17A: hue angle of 79.44º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC17A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 122 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 79.44º | 0.36% | 0.62% | - |
| HSV(B) | 79.44º | 0.37% | 0.76% | - |
| XYZ | 39.16 | 48.09 | 25.63 | - |
| YUV | 178.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 122 | 0.12 | 0 | 0.37 | 0.24 | 79.44 | 0.36 | 0.62 |
| Hex | AA | C1 | 7A | C | 0 | 25 | 18 | 4F | 24 | 3E |
| Octal | 252 | 301 | 172 | 14 | 0 | 45 | 30 | 117 | 44 | 76 |
| Binary | 10101010 | 11000001 | 1111010 | 1100 | 0 | 100101 | 11000 | 1001111 | 100100 | 111110 |
Color Harmonies of #AAC17A
Complementary color
Monochromatic Colors of #AAC17A
Black with #AAC17A
Text Example
Text Example
White with #AAC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC17A; }
p { color: rgb(170,193,122); }
H1.HeaderClassName
{
color: #AAC17A;
}
.AnyTagClassName
{
color: #AAC17A;
}
</style>
background-color css
<style>
a { background-color: #AAC17A; }
a { background-color: rgb(170,193,122); }
div.DivClassName
{
background-color: #AAC17A;
}
.BgClassName
{
background-color: #AAC17A;
}
</style>
border-color css
<style>
span { border-color: #AAC17A; }
span { border-color: rgb(170,193,122); }
td.TdClassName
{
border-color: #AAC17A;
}
.TagClassName
{
border-color: #AAC17A;
}
</style>