Shades of Caper #AAC285
Tints of Caper #AAC285
RGB
CMYK
RGB Variations
Color information
#AAC285 (or 0xAAC285) is known color: Caper. HEX triplet: AA, C2 and 85. RGB value is (170,194,133). Sum of RGB (Red+Green+Blue) = 170+194+133=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC285 is #553D7A. Grayscale: #B4B4B4. Windows color (decimal): -5586299 or 8766122. OLE color: 8766122.
HSL color Cylindrical-coordinate representation of color #AAC285: hue angle of 83.61º 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 #AAC285 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 133 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.24 |
| HSL | 83.61º | 0.33% | 0.64% | - |
| HSV(B) | 83.61º | 0.31% | 0.76% | - |
| XYZ | 40.1 | 48.82 | 29.5 | - |
| YUV | 179.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 133 | 0.12 | 0 | 0.31 | 0.24 | 83.61 | 0.33 | 0.64 |
| Hex | AA | C2 | 85 | C | 0 | 1F | 18 | 54 | 21 | 40 |
| Octal | 252 | 302 | 205 | 14 | 0 | 37 | 30 | 124 | 41 | 100 |
| Binary | 10101010 | 11000010 | 10000101 | 1100 | 0 | 11111 | 11000 | 1010100 | 100001 | 1000000 |
Color Harmonies of #AAC285
Complementary color
Monochromatic Colors of #AAC285
Black with #AAC285
Text Example
Text Example
White with #AAC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC285; }
p { color: rgb(170,194,133); }
H1.HeaderClassName
{
color: #AAC285;
}
.AnyTagClassName
{
color: #AAC285;
}
</style>
background-color css
<style>
a { background-color: #AAC285; }
a { background-color: rgb(170,194,133); }
div.DivClassName
{
background-color: #AAC285;
}
.BgClassName
{
background-color: #AAC285;
}
</style>
border-color css
<style>
span { border-color: #AAC285; }
span { border-color: rgb(170,194,133); }
td.TdClassName
{
border-color: #AAC285;
}
.TagClassName
{
border-color: #AAC285;
}
</style>