Shades of Caper #AAC185
Tints of Caper #AAC185
RGB
CMYK
RGB Variations
Color information
#AAC185 (or 0xAAC185) is known color: Caper. HEX triplet: AA, C1 and 85. RGB value is (170,193,133). Sum of RGB (Red+Green+Blue) = 170+193+133=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC185 is #553E7A. Grayscale: #B3B3B3. Windows color (decimal): -5586555 or 8765866. OLE color: 8765866.
HSL color Cylindrical-coordinate representation of color #AAC185: hue angle of 83º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC185 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 133 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.24 |
| HSL | 83º | 0.33% | 0.64% | - |
| HSV(B) | 83º | 0.31% | 0.76% | - |
| XYZ | 39.88 | 48.38 | 29.43 | - |
| YUV | 179.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 133 | 0.12 | 0 | 0.31 | 0.24 | 83 | 0.33 | 0.64 |
| Hex | AA | C1 | 85 | C | 0 | 1F | 18 | 53 | 21 | 40 |
| Octal | 252 | 301 | 205 | 14 | 0 | 37 | 30 | 123 | 41 | 100 |
| Binary | 10101010 | 11000001 | 10000101 | 1100 | 0 | 11111 | 11000 | 1010011 | 100001 | 1000000 |
Color Harmonies of #AAC185
Complementary color
Monochromatic Colors of #AAC185
Black with #AAC185
Text Example
Text Example
White with #AAC185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC185; }
p { color: rgb(170,193,133); }
H1.HeaderClassName
{
color: #AAC185;
}
.AnyTagClassName
{
color: #AAC185;
}
</style>
background-color css
<style>
a { background-color: #AAC185; }
a { background-color: rgb(170,193,133); }
div.DivClassName
{
background-color: #AAC185;
}
.BgClassName
{
background-color: #AAC185;
}
</style>
border-color css
<style>
span { border-color: #AAC185; }
span { border-color: rgb(170,193,133); }
td.TdClassName
{
border-color: #AAC185;
}
.TagClassName
{
border-color: #AAC185;
}
</style>