Shades of Caper #AAB684
Tints of Caper #AAB684
RGB
CMYK
RGB Variations
Color information
#AAB684 (or 0xAAB684) is known color: Caper. HEX triplet: AA, B6 and 84. RGB value is (170,182,132). Sum of RGB (Red+Green+Blue) = 170+182+132=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB684 is #55497B. Grayscale: #ACACAC. Windows color (decimal): -5589372 or 8697514. OLE color: 8697514.
HSL color Cylindrical-coordinate representation of color #AAB684: hue angle of 74.4º degrees, saturation: 0.26, 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 #AAB684 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 132 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.29 |
| HSL | 74.4º | 0.26% | 0.62% | - |
| HSV(B) | 74.4º | 0.27% | 0.71% | - |
| XYZ | 37.47 | 43.67 | 28.28 | - |
| YUV | 172.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 132 | 0.07 | 0 | 0.27 | 0.29 | 74.4 | 0.26 | 0.62 |
| Hex | AA | B6 | 84 | 7 | 0 | 1B | 1D | 4A | 1A | 3E |
| Octal | 252 | 266 | 204 | 7 | 0 | 33 | 35 | 112 | 32 | 76 |
| Binary | 10101010 | 10110110 | 10000100 | 111 | 0 | 11011 | 11101 | 1001010 | 11010 | 111110 |
Color Harmonies of #AAB684
Complementary color
Monochromatic Colors of #AAB684
Black with #AAB684
Text Example
Text Example
White with #AAB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB684; }
p { color: rgb(170,182,132); }
H1.HeaderClassName
{
color: #AAB684;
}
.AnyTagClassName
{
color: #AAB684;
}
</style>
background-color css
<style>
a { background-color: #AAB684; }
a { background-color: rgb(170,182,132); }
div.DivClassName
{
background-color: #AAB684;
}
.BgClassName
{
background-color: #AAB684;
}
</style>
border-color css
<style>
span { border-color: #AAB684; }
span { border-color: rgb(170,182,132); }
td.TdClassName
{
border-color: #AAB684;
}
.TagClassName
{
border-color: #AAB684;
}
</style>