Shades of Caper #AAB587
Tints of Caper #AAB587
RGB
CMYK
RGB Variations
Color information
#AAB587 (or 0xAAB587) is known color: Caper. HEX triplet: AA, B5 and 87. RGB value is (170,181,135). Sum of RGB (Red+Green+Blue) = 170+181+135=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB587 is #554A78. Grayscale: #ACACAC. Windows color (decimal): -5589625 or 8893866. OLE color: 8893866.
HSL color Cylindrical-coordinate representation of color #AAB587: hue angle of 74.35º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB587 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 135 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.29 |
| HSL | 74.35º | 0.24% | 0.62% | - |
| HSV(B) | 74.35º | 0.25% | 0.71% | - |
| XYZ | 37.47 | 43.34 | 29.31 | - |
| YUV | 172.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 135 | 0.06 | 0 | 0.25 | 0.29 | 74.35 | 0.24 | 0.62 |
| Hex | AA | B5 | 87 | 6 | 0 | 19 | 1D | 4A | 18 | 3E |
| Octal | 252 | 265 | 207 | 6 | 0 | 31 | 35 | 112 | 30 | 76 |
| Binary | 10101010 | 10110101 | 10000111 | 110 | 0 | 11001 | 11101 | 1001010 | 11000 | 111110 |
Color Harmonies of #AAB587
Complementary color
Monochromatic Colors of #AAB587
Black with #AAB587
Text Example
Text Example
White with #AAB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB587; }
p { color: rgb(170,181,135); }
H1.HeaderClassName
{
color: #AAB587;
}
.AnyTagClassName
{
color: #AAB587;
}
</style>
background-color css
<style>
a { background-color: #AAB587; }
a { background-color: rgb(170,181,135); }
div.DivClassName
{
background-color: #AAB587;
}
.BgClassName
{
background-color: #AAB587;
}
</style>
border-color css
<style>
span { border-color: #AAB587; }
span { border-color: rgb(170,181,135); }
td.TdClassName
{
border-color: #AAB587;
}
.TagClassName
{
border-color: #AAB587;
}
</style>