Shades of Caper #AAC385
Tints of Caper #AAC385
RGB
CMYK
RGB Variations
Color information
#AAC385 (or 0xAAC385) is known color: Caper. HEX triplet: AA, C3 and 85. RGB value is (170,195,133). Sum of RGB (Red+Green+Blue) = 170+195+133=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC385 is #553C7A. Grayscale: #B4B4B4. Windows color (decimal): -5586043 or 8766378. OLE color: 8766378.
HSL color Cylindrical-coordinate representation of color #AAC385: hue angle of 84.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC385 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 133 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.24 |
| HSL | 84.19º | 0.34% | 0.64% | - |
| HSV(B) | 84.19º | 0.32% | 0.76% | - |
| XYZ | 40.33 | 49.27 | 29.57 | - |
| YUV | 180.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 133 | 0.13 | 0 | 0.32 | 0.24 | 84.19 | 0.34 | 0.64 |
| Hex | AA | C3 | 85 | D | 0 | 20 | 18 | 54 | 22 | 40 |
| Octal | 252 | 303 | 205 | 15 | 0 | 40 | 30 | 124 | 42 | 100 |
| Binary | 10101010 | 11000011 | 10000101 | 1101 | 0 | 100000 | 11000 | 1010100 | 100010 | 1000000 |
Color Harmonies of #AAC385
Complementary color
Monochromatic Colors of #AAC385
Black with #AAC385
Text Example
Text Example
White with #AAC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC385; }
p { color: rgb(170,195,133); }
H1.HeaderClassName
{
color: #AAC385;
}
.AnyTagClassName
{
color: #AAC385;
}
</style>
background-color css
<style>
a { background-color: #AAC385; }
a { background-color: rgb(170,195,133); }
div.DivClassName
{
background-color: #AAC385;
}
.BgClassName
{
background-color: #AAC385;
}
</style>
border-color css
<style>
span { border-color: #AAC385; }
span { border-color: rgb(170,195,133); }
td.TdClassName
{
border-color: #AAC385;
}
.TagClassName
{
border-color: #AAC385;
}
</style>