Shades of Caper #AAC189
Tints of Caper #AAC189
RGB
CMYK
RGB Variations
Color information
#AAC189 (or 0xAAC189) is known color: Caper. HEX triplet: AA, C1 and 89. RGB value is (170,193,137). Sum of RGB (Red+Green+Blue) = 170+193+137=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC189 is #553E76. Grayscale: #B3B3B3. Windows color (decimal): -5586551 or 9028010. OLE color: 9028010.
HSL color Cylindrical-coordinate representation of color #AAC189: hue angle of 84.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC189 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 137 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.24 |
| HSL | 84.64º | 0.31% | 0.65% | - |
| HSV(B) | 84.64º | 0.29% | 0.76% | - |
| XYZ | 40.16 | 48.49 | 30.91 | - |
| YUV | 179.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 137 | 0.12 | 0 | 0.29 | 0.24 | 84.64 | 0.31 | 0.65 |
| Hex | AA | C1 | 89 | C | 0 | 1D | 18 | 55 | 1F | 41 |
| Octal | 252 | 301 | 211 | 14 | 0 | 35 | 30 | 125 | 37 | 101 |
| Binary | 10101010 | 11000001 | 10001001 | 1100 | 0 | 11101 | 11000 | 1010101 | 11111 | 1000001 |
Color Harmonies of #AAC189
Complementary color
Monochromatic Colors of #AAC189
Black with #AAC189
Text Example
Text Example
White with #AAC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC189; }
p { color: rgb(170,193,137); }
H1.HeaderClassName
{
color: #AAC189;
}
.AnyTagClassName
{
color: #AAC189;
}
</style>
background-color css
<style>
a { background-color: #AAC189; }
a { background-color: rgb(170,193,137); }
div.DivClassName
{
background-color: #AAC189;
}
.BgClassName
{
background-color: #AAC189;
}
</style>
border-color css
<style>
span { border-color: #AAC189; }
span { border-color: rgb(170,193,137); }
td.TdClassName
{
border-color: #AAC189;
}
.TagClassName
{
border-color: #AAC189;
}
</style>