Shades of Caper #AAB685
Tints of Caper #AAB685
RGB
CMYK
RGB Variations
Color information
#AAB685 (or 0xAAB685) is known color: Caper. HEX triplet: AA, B6 and 85. RGB value is (170,182,133). Sum of RGB (Red+Green+Blue) = 170+182+133=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB685 is #55497A. Grayscale: #ADADAD. Windows color (decimal): -5589371 or 8763050. OLE color: 8763050.
HSL color Cylindrical-coordinate representation of color #AAB685: hue angle of 74.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB685 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 133 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.29 |
| HSL | 74.69º | 0.25% | 0.62% | - |
| HSV(B) | 74.69º | 0.27% | 0.71% | - |
| XYZ | 37.54 | 43.7 | 28.65 | - |
| YUV | 172.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 133 | 0.07 | 0 | 0.27 | 0.29 | 74.69 | 0.25 | 0.62 |
| Hex | AA | B6 | 85 | 7 | 0 | 1B | 1D | 4B | 19 | 3E |
| Octal | 252 | 266 | 205 | 7 | 0 | 33 | 35 | 113 | 31 | 76 |
| Binary | 10101010 | 10110110 | 10000101 | 111 | 0 | 11011 | 11101 | 1001011 | 11001 | 111110 |
Color Harmonies of #AAB685
Complementary color
Monochromatic Colors of #AAB685
Black with #AAB685
Text Example
Text Example
White with #AAB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB685; }
p { color: rgb(170,182,133); }
H1.HeaderClassName
{
color: #AAB685;
}
.AnyTagClassName
{
color: #AAB685;
}
</style>
background-color css
<style>
a { background-color: #AAB685; }
a { background-color: rgb(170,182,133); }
div.DivClassName
{
background-color: #AAB685;
}
.BgClassName
{
background-color: #AAB685;
}
</style>
border-color css
<style>
span { border-color: #AAB685; }
span { border-color: rgb(170,182,133); }
td.TdClassName
{
border-color: #AAB685;
}
.TagClassName
{
border-color: #AAB685;
}
</style>