Shades of Caper #AAB985
Tints of Caper #AAB985
RGB
CMYK
RGB Variations
Color information
#AAB985 (or 0xAAB985) is known color: Caper. HEX triplet: AA, B9 and 85. RGB value is (170,185,133). Sum of RGB (Red+Green+Blue) = 170+185+133=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB985 is #55467A. Grayscale: #AEAEAE. Windows color (decimal): -5588603 or 8763818. OLE color: 8763818.
HSL color Cylindrical-coordinate representation of color #AAB985: hue angle of 77.31º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB985 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 133 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.27 |
| HSL | 77.31º | 0.27% | 0.62% | - |
| HSV(B) | 77.31º | 0.28% | 0.73% | - |
| XYZ | 38.16 | 44.94 | 28.85 | - |
| YUV | 174.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 133 | 0.08 | 0 | 0.28 | 0.27 | 77.31 | 0.27 | 0.62 |
| Hex | AA | B9 | 85 | 8 | 0 | 1C | 1B | 4D | 1B | 3E |
| Octal | 252 | 271 | 205 | 10 | 0 | 34 | 33 | 115 | 33 | 76 |
| Binary | 10101010 | 10111001 | 10000101 | 1000 | 0 | 11100 | 11011 | 1001101 | 11011 | 111110 |
Color Harmonies of #AAB985
Complementary color
Monochromatic Colors of #AAB985
Black with #AAB985
Text Example
Text Example
White with #AAB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB985; }
p { color: rgb(170,185,133); }
H1.HeaderClassName
{
color: #AAB985;
}
.AnyTagClassName
{
color: #AAB985;
}
</style>
background-color css
<style>
a { background-color: #AAB985; }
a { background-color: rgb(170,185,133); }
div.DivClassName
{
background-color: #AAB985;
}
.BgClassName
{
background-color: #AAB985;
}
</style>
border-color css
<style>
span { border-color: #AAB985; }
span { border-color: rgb(170,185,133); }
td.TdClassName
{
border-color: #AAB985;
}
.TagClassName
{
border-color: #AAB985;
}
</style>