Shades of Caper #AAB885
Tints of Caper #AAB885
RGB
CMYK
RGB Variations
Color information
#AAB885 (or 0xAAB885) is known color: Caper. HEX triplet: AA, B8 and 85. RGB value is (170,184,133). Sum of RGB (Red+Green+Blue) = 170+184+133=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB885 is #55477A. Grayscale: #AEAEAE. Windows color (decimal): -5588859 or 8763562. OLE color: 8763562.
HSL color Cylindrical-coordinate representation of color #AAB885: hue angle of 76.47º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB885 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 133 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.28 |
| HSL | 76.47º | 0.26% | 0.62% | - |
| HSV(B) | 76.47º | 0.28% | 0.72% | - |
| XYZ | 37.95 | 44.52 | 28.78 | - |
| YUV | 174 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 133 | 0.08 | 0 | 0.28 | 0.28 | 76.47 | 0.26 | 0.62 |
| Hex | AA | B8 | 85 | 8 | 0 | 1C | 1C | 4C | 1A | 3E |
| Octal | 252 | 270 | 205 | 10 | 0 | 34 | 34 | 114 | 32 | 76 |
| Binary | 10101010 | 10111000 | 10000101 | 1000 | 0 | 11100 | 11100 | 1001100 | 11010 | 111110 |
Color Harmonies of #AAB885
Complementary color
Monochromatic Colors of #AAB885
Black with #AAB885
Text Example
Text Example
White with #AAB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB885; }
p { color: rgb(170,184,133); }
H1.HeaderClassName
{
color: #AAB885;
}
.AnyTagClassName
{
color: #AAB885;
}
</style>
background-color css
<style>
a { background-color: #AAB885; }
a { background-color: rgb(170,184,133); }
div.DivClassName
{
background-color: #AAB885;
}
.BgClassName
{
background-color: #AAB885;
}
</style>
border-color css
<style>
span { border-color: #AAB885; }
span { border-color: rgb(170,184,133); }
td.TdClassName
{
border-color: #AAB885;
}
.TagClassName
{
border-color: #AAB885;
}
</style>