Shades of Caper #AAC177
Tints of Caper #AAC177
RGB
CMYK
RGB Variations
Color information
#AAC177 (or 0xAAC177) is known color: Caper. HEX triplet: AA, C1 and 77. RGB value is (170,193,119). Sum of RGB (Red+Green+Blue) = 170+193+119=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC177 is #553E88. Grayscale: #B1B1B1. Windows color (decimal): -5586569 or 7848362. OLE color: 7848362.
HSL color Cylindrical-coordinate representation of color #AAC177: hue angle of 78.65º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC177 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 119 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.24 |
| HSL | 78.65º | 0.37% | 0.61% | - |
| HSV(B) | 78.65º | 0.38% | 0.76% | - |
| XYZ | 38.98 | 48.02 | 24.67 | - |
| YUV | 177.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 119 | 0.12 | 0 | 0.38 | 0.24 | 78.65 | 0.37 | 0.61 |
| Hex | AA | C1 | 77 | C | 0 | 26 | 18 | 4F | 25 | 3D |
| Octal | 252 | 301 | 167 | 14 | 0 | 46 | 30 | 117 | 45 | 75 |
| Binary | 10101010 | 11000001 | 1110111 | 1100 | 0 | 100110 | 11000 | 1001111 | 100101 | 111101 |
Color Harmonies of #AAC177
Complementary color
Monochromatic Colors of #AAC177
Black with #AAC177
Text Example
Text Example
White with #AAC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC177; }
p { color: rgb(170,193,119); }
H1.HeaderClassName
{
color: #AAC177;
}
.AnyTagClassName
{
color: #AAC177;
}
</style>
background-color css
<style>
a { background-color: #AAC177; }
a { background-color: rgb(170,193,119); }
div.DivClassName
{
background-color: #AAC177;
}
.BgClassName
{
background-color: #AAC177;
}
</style>
border-color css
<style>
span { border-color: #AAC177; }
span { border-color: rgb(170,193,119); }
td.TdClassName
{
border-color: #AAC177;
}
.TagClassName
{
border-color: #AAC177;
}
</style>