Shades of Caper #AAB889
Tints of Caper #AAB889
RGB
CMYK
RGB Variations
Color information
#AAB889 (or 0xAAB889) is known color: Caper. HEX triplet: AA, B8 and 89. RGB value is (170,184,137). Sum of RGB (Red+Green+Blue) = 170+184+137=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB889 is #554776. Grayscale: #AEAEAE. Windows color (decimal): -5588855 or 9025706. OLE color: 9025706.
HSL color Cylindrical-coordinate representation of color #AAB889: hue angle of 77.87º 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 #AAB889 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 184 | 137 | - |
CMYK | 0.08 | 0 | 0.26 | 0.28 |
HSL | 77.87º | 0.25% | 0.63% | - |
HSV(B) | 77.87º | 0.26% | 0.72% | - |
XYZ | 38.23 | 44.63 | 30.27 | - |
YUV | 174.46 | 106.86 | 124.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 184 | 137 | 0.08 | 0 | 0.26 | 0.28 | 77.87 | 0.25 | 0.63 |
Hex | AA | B8 | 89 | 8 | 0 | 1A | 1C | 4E | 19 | 3F |
Octal | 252 | 270 | 211 | 10 | 0 | 32 | 34 | 116 | 31 | 77 |
Binary | 10101010 | 10111000 | 10001001 | 1000 | 0 | 11010 | 11100 | 1001110 | 11001 | 111111 |
Color Harmonies of #AAB889
Complementary color
Monochromatic Colors of #AAB889
Black with #AAB889
Text Example
Text Example
White with #AAB889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB889; }
p { color: rgb(170,184,137); }
H1.HeaderClassName
{
color: #AAB889;
}
.AnyTagClassName
{
color: #AAB889;
}
</style>
background-color css
<style>
a { background-color: #AAB889; }
a { background-color: rgb(170,184,137); }
div.DivClassName
{
background-color: #AAB889;
}
.BgClassName
{
background-color: #AAB889;
}
</style>
border-color css
<style>
span { border-color: #AAB889; }
span { border-color: rgb(170,184,137); }
td.TdClassName
{
border-color: #AAB889;
}
.TagClassName
{
border-color: #AAB889;
}
</style>