Shades of Caper #AAB785
Tints of Caper #AAB785
RGB
CMYK
RGB Variations
Color information
#AAB785 (or 0xAAB785) is known color: Caper. HEX triplet: AA, B7 and 85. RGB value is (170,183,133). Sum of RGB (Red+Green+Blue) = 170+183+133=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB785 is #55487A. Grayscale: #ADADAD. Windows color (decimal): -5589115 or 8763306. OLE color: 8763306.
HSL color Cylindrical-coordinate representation of color #AAB785: hue angle of 75.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB785 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 133 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.28 |
| HSL | 75.6º | 0.26% | 0.62% | - |
| HSV(B) | 75.6º | 0.27% | 0.72% | - |
| XYZ | 37.74 | 44.11 | 28.71 | - |
| YUV | 173.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 133 | 0.07 | 0 | 0.27 | 0.28 | 75.6 | 0.26 | 0.62 |
| Hex | AA | B7 | 85 | 7 | 0 | 1B | 1C | 4C | 1A | 3E |
| Octal | 252 | 267 | 205 | 7 | 0 | 33 | 34 | 114 | 32 | 76 |
| Binary | 10101010 | 10110111 | 10000101 | 111 | 0 | 11011 | 11100 | 1001100 | 11010 | 111110 |
Color Harmonies of #AAB785
Complementary color
Monochromatic Colors of #AAB785
Black with #AAB785
Text Example
Text Example
White with #AAB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB785; }
p { color: rgb(170,183,133); }
H1.HeaderClassName
{
color: #AAB785;
}
.AnyTagClassName
{
color: #AAB785;
}
</style>
background-color css
<style>
a { background-color: #AAB785; }
a { background-color: rgb(170,183,133); }
div.DivClassName
{
background-color: #AAB785;
}
.BgClassName
{
background-color: #AAB785;
}
</style>
border-color css
<style>
span { border-color: #AAB785; }
span { border-color: rgb(170,183,133); }
td.TdClassName
{
border-color: #AAB785;
}
.TagClassName
{
border-color: #AAB785;
}
</style>