Shades of Caper #AAC174
Tints of Caper #AAC174
RGB
CMYK
RGB Variations
Color information
#AAC174 (or 0xAAC174) is known color: Caper. HEX triplet: AA, C1 and 74. RGB value is (170,193,116). Sum of RGB (Red+Green+Blue) = 170+193+116=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC174 is #553E8B. Grayscale: #B1B1B1. Windows color (decimal): -5586572 or 7651754. OLE color: 7651754.
HSL color Cylindrical-coordinate representation of color #AAC174: hue angle of 77.92º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC174 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 116 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.24 |
| HSL | 77.92º | 0.38% | 0.61% | - |
| HSV(B) | 77.92º | 0.4% | 0.76% | - |
| XYZ | 38.8 | 47.95 | 23.73 | - |
| YUV | 177.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 116 | 0.12 | 0 | 0.40 | 0.24 | 77.92 | 0.38 | 0.61 |
| Hex | AA | C1 | 74 | C | 0 | 28 | 18 | 4E | 26 | 3D |
| Octal | 252 | 301 | 164 | 14 | 0 | 50 | 30 | 116 | 46 | 75 |
| Binary | 10101010 | 11000001 | 1110100 | 1100 | 0 | 101000 | 11000 | 1001110 | 100110 | 111101 |
Color Harmonies of #AAC174
Complementary color
Monochromatic Colors of #AAC174
Black with #AAC174
Text Example
Text Example
White with #AAC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC174; }
p { color: rgb(170,193,116); }
H1.HeaderClassName
{
color: #AAC174;
}
.AnyTagClassName
{
color: #AAC174;
}
</style>
background-color css
<style>
a { background-color: #AAC174; }
a { background-color: rgb(170,193,116); }
div.DivClassName
{
background-color: #AAC174;
}
.BgClassName
{
background-color: #AAC174;
}
</style>
border-color css
<style>
span { border-color: #AAC174; }
span { border-color: rgb(170,193,116); }
td.TdClassName
{
border-color: #AAC174;
}
.TagClassName
{
border-color: #AAC174;
}
</style>