Shades of Caper #AAB589
Tints of Caper #AAB589
RGB
CMYK
RGB Variations
Color information
#AAB589 (or 0xAAB589) is known color: Caper. HEX triplet: AA, B5 and 89. RGB value is (170,181,137). Sum of RGB (Red+Green+Blue) = 170+181+137=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB589 is #554A76. Grayscale: #ACACAC. Windows color (decimal): -5589623 or 9024938. OLE color: 9024938.
HSL color Cylindrical-coordinate representation of color #AAB589: hue angle of 75º 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 #AAB589 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 137 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.29 |
| HSL | 75º | 0.23% | 0.62% | - |
| HSV(B) | 75º | 0.24% | 0.71% | - |
| XYZ | 37.62 | 43.4 | 30.06 | - |
| YUV | 172.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 137 | 0.06 | 0 | 0.24 | 0.29 | 75 | 0.23 | 0.62 |
| Hex | AA | B5 | 89 | 6 | 0 | 18 | 1D | 4B | 17 | 3E |
| Octal | 252 | 265 | 211 | 6 | 0 | 30 | 35 | 113 | 27 | 76 |
| Binary | 10101010 | 10110101 | 10001001 | 110 | 0 | 11000 | 11101 | 1001011 | 10111 | 111110 |
Color Harmonies of #AAB589
Complementary color
Monochromatic Colors of #AAB589
Black with #AAB589
Text Example
Text Example
White with #AAB589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB589; }
p { color: rgb(170,181,137); }
H1.HeaderClassName
{
color: #AAB589;
}
.AnyTagClassName
{
color: #AAB589;
}
</style>
background-color css
<style>
a { background-color: #AAB589; }
a { background-color: rgb(170,181,137); }
div.DivClassName
{
background-color: #AAB589;
}
.BgClassName
{
background-color: #AAB589;
}
</style>
border-color css
<style>
span { border-color: #AAB589; }
span { border-color: rgb(170,181,137); }
td.TdClassName
{
border-color: #AAB589;
}
.TagClassName
{
border-color: #AAB589;
}
</style>