Shades of Caper #AAC179
Tints of Caper #AAC179
RGB
CMYK
RGB Variations
Color information
#AAC179 (or 0xAAC179) is known color: Caper. HEX triplet: AA, C1 and 79. RGB value is (170,193,121). Sum of RGB (Red+Green+Blue) = 170+193+121=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC179 is #553E86. Grayscale: #B2B2B2. Windows color (decimal): -5586567 or 7979434. OLE color: 7979434.
HSL color Cylindrical-coordinate representation of color #AAC179: hue angle of 79.17º degrees, saturation: 0.37, 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 #AAC179 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 121 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 79.17º | 0.37% | 0.62% | - |
| HSV(B) | 79.17º | 0.37% | 0.76% | - |
| XYZ | 39.1 | 48.07 | 25.31 | - |
| YUV | 177.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 121 | 0.12 | 0 | 0.37 | 0.24 | 79.17 | 0.37 | 0.62 |
| Hex | AA | C1 | 79 | C | 0 | 25 | 18 | 4F | 25 | 3E |
| Octal | 252 | 301 | 171 | 14 | 0 | 45 | 30 | 117 | 45 | 76 |
| Binary | 10101010 | 11000001 | 1111001 | 1100 | 0 | 100101 | 11000 | 1001111 | 100101 | 111110 |
Color Harmonies of #AAC179
Complementary color
Monochromatic Colors of #AAC179
Black with #AAC179
Text Example
Text Example
White with #AAC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC179; }
p { color: rgb(170,193,121); }
H1.HeaderClassName
{
color: #AAC179;
}
.AnyTagClassName
{
color: #AAC179;
}
</style>
background-color css
<style>
a { background-color: #AAC179; }
a { background-color: rgb(170,193,121); }
div.DivClassName
{
background-color: #AAC179;
}
.BgClassName
{
background-color: #AAC179;
}
</style>
border-color css
<style>
span { border-color: #AAC179; }
span { border-color: rgb(170,193,121); }
td.TdClassName
{
border-color: #AAC179;
}
.TagClassName
{
border-color: #AAC179;
}
</style>