Shades of Caper #AAC178
Tints of Caper #AAC178
RGB
CMYK
RGB Variations
Color information
#AAC178 (or 0xAAC178) is known color: Caper. HEX triplet: AA, C1 and 78. RGB value is (170,193,120). Sum of RGB (Red+Green+Blue) = 170+193+120=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC178 is #553E87. Grayscale: #B2B2B2. Windows color (decimal): -5586568 or 7913898. OLE color: 7913898.
HSL color Cylindrical-coordinate representation of color #AAC178: hue angle of 78.9º 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 #AAC178 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 120 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.24 |
| HSL | 78.9º | 0.37% | 0.61% | - |
| HSV(B) | 78.9º | 0.38% | 0.76% | - |
| XYZ | 39.04 | 48.04 | 24.98 | - |
| YUV | 177.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 120 | 0.12 | 0 | 0.38 | 0.24 | 78.9 | 0.37 | 0.61 |
| Hex | AA | C1 | 78 | C | 0 | 26 | 18 | 4F | 25 | 3D |
| Octal | 252 | 301 | 170 | 14 | 0 | 46 | 30 | 117 | 45 | 75 |
| Binary | 10101010 | 11000001 | 1111000 | 1100 | 0 | 100110 | 11000 | 1001111 | 100101 | 111101 |
Color Harmonies of #AAC178
Complementary color
Monochromatic Colors of #AAC178
Black with #AAC178
Text Example
Text Example
White with #AAC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC178; }
p { color: rgb(170,193,120); }
H1.HeaderClassName
{
color: #AAC178;
}
.AnyTagClassName
{
color: #AAC178;
}
</style>
background-color css
<style>
a { background-color: #AAC178; }
a { background-color: rgb(170,193,120); }
div.DivClassName
{
background-color: #AAC178;
}
.BgClassName
{
background-color: #AAC178;
}
</style>
border-color css
<style>
span { border-color: #AAC178; }
span { border-color: rgb(170,193,120); }
td.TdClassName
{
border-color: #AAC178;
}
.TagClassName
{
border-color: #AAC178;
}
</style>