Shades of Caper #AAB488
Tints of Caper #AAB488
RGB
CMYK
RGB Variations
Color information
#AAB488 (or 0xAAB488) is known color: Caper. HEX triplet: AA, B4 and 88. RGB value is (170,180,136). Sum of RGB (Red+Green+Blue) = 170+180+136=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB488 is #554B77. Grayscale: #ACACAC. Windows color (decimal): -5589880 or 8959146. OLE color: 8959146.
HSL color Cylindrical-coordinate representation of color #AAB488: hue angle of 73.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB488 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 136 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.29 |
| HSL | 73.64º | 0.23% | 0.62% | - |
| HSV(B) | 73.64º | 0.24% | 0.71% | - |
| XYZ | 37.34 | 42.97 | 29.62 | - |
| YUV | 171.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 136 | 0.06 | 0 | 0.24 | 0.29 | 73.64 | 0.23 | 0.62 |
| Hex | AA | B4 | 88 | 6 | 0 | 18 | 1D | 4A | 17 | 3E |
| Octal | 252 | 264 | 210 | 6 | 0 | 30 | 35 | 112 | 27 | 76 |
| Binary | 10101010 | 10110100 | 10001000 | 110 | 0 | 11000 | 11101 | 1001010 | 10111 | 111110 |
Color Harmonies of #AAB488
Complementary color
Monochromatic Colors of #AAB488
Black with #AAB488
Text Example
Text Example
White with #AAB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB488; }
p { color: rgb(170,180,136); }
H1.HeaderClassName
{
color: #AAB488;
}
.AnyTagClassName
{
color: #AAB488;
}
</style>
background-color css
<style>
a { background-color: #AAB488; }
a { background-color: rgb(170,180,136); }
div.DivClassName
{
background-color: #AAB488;
}
.BgClassName
{
background-color: #AAB488;
}
</style>
border-color css
<style>
span { border-color: #AAB488; }
span { border-color: rgb(170,180,136); }
td.TdClassName
{
border-color: #AAB488;
}
.TagClassName
{
border-color: #AAB488;
}
</style>