Shades of Caper #AAB788
Tints of Caper #AAB788
RGB
CMYK
RGB Variations
Color information
#AAB788 (or 0xAAB788) is known color: Caper. HEX triplet: AA, B7 and 88. RGB value is (170,183,136). Sum of RGB (Red+Green+Blue) = 170+183+136=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB788 is #554877. Grayscale: #ADADAD. Windows color (decimal): -5589112 or 8959914. OLE color: 8959914.
HSL color Cylindrical-coordinate representation of color #AAB788: hue angle of 76.6º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB788 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 136 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.28 |
| HSL | 76.6º | 0.25% | 0.63% | - |
| HSV(B) | 76.6º | 0.26% | 0.72% | - |
| XYZ | 37.95 | 44.19 | 29.82 | - |
| YUV | 173.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 136 | 0.07 | 0 | 0.26 | 0.28 | 76.6 | 0.25 | 0.63 |
| Hex | AA | B7 | 88 | 7 | 0 | 1A | 1C | 4D | 19 | 3F |
| Octal | 252 | 267 | 210 | 7 | 0 | 32 | 34 | 115 | 31 | 77 |
| Binary | 10101010 | 10110111 | 10001000 | 111 | 0 | 11010 | 11100 | 1001101 | 11001 | 111111 |
Color Harmonies of #AAB788
Complementary color
Monochromatic Colors of #AAB788
Black with #AAB788
Text Example
Text Example
White with #AAB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB788; }
p { color: rgb(170,183,136); }
H1.HeaderClassName
{
color: #AAB788;
}
.AnyTagClassName
{
color: #AAB788;
}
</style>
background-color css
<style>
a { background-color: #AAB788; }
a { background-color: rgb(170,183,136); }
div.DivClassName
{
background-color: #AAB788;
}
.BgClassName
{
background-color: #AAB788;
}
</style>
border-color css
<style>
span { border-color: #AAB788; }
span { border-color: rgb(170,183,136); }
td.TdClassName
{
border-color: #AAB788;
}
.TagClassName
{
border-color: #AAB788;
}
</style>