Shades of Caper #AAC985
Tints of Caper #AAC985
RGB
CMYK
RGB Variations
Color information
#AAC985 (or 0xAAC985) is known color: Caper. HEX triplet: AA, C9 and 85. RGB value is (170,201,133). Sum of RGB (Red+Green+Blue) = 170+201+133=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC985 is #55367A. Grayscale: #B8B8B8. Windows color (decimal): -5584507 or 8767914. OLE color: 8767914.
HSL color Cylindrical-coordinate representation of color #AAC985: hue angle of 87.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC985 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 133 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.21 |
| HSL | 87.35º | 0.39% | 0.65% | - |
| HSV(B) | 87.35º | 0.34% | 0.79% | - |
| XYZ | 41.7 | 52.01 | 30.03 | - |
| YUV | 183.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 133 | 0.15 | 0 | 0.34 | 0.21 | 87.35 | 0.39 | 0.65 |
| Hex | AA | C9 | 85 | F | 0 | 22 | 15 | 57 | 27 | 41 |
| Octal | 252 | 311 | 205 | 17 | 0 | 42 | 25 | 127 | 47 | 101 |
| Binary | 10101010 | 11001001 | 10000101 | 1111 | 0 | 100010 | 10101 | 1010111 | 100111 | 1000001 |
Color Harmonies of #AAC985
Complementary color
Monochromatic Colors of #AAC985
Black with #AAC985
Text Example
Text Example
White with #AAC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC985; }
p { color: rgb(170,201,133); }
H1.HeaderClassName
{
color: #AAC985;
}
.AnyTagClassName
{
color: #AAC985;
}
</style>
background-color css
<style>
a { background-color: #AAC985; }
a { background-color: rgb(170,201,133); }
div.DivClassName
{
background-color: #AAC985;
}
.BgClassName
{
background-color: #AAC985;
}
</style>
border-color css
<style>
span { border-color: #AAC985; }
span { border-color: rgb(170,201,133); }
td.TdClassName
{
border-color: #AAC985;
}
.TagClassName
{
border-color: #AAC985;
}
</style>