Shades of Caper #AAB873
Tints of Caper #AAB873
RGB
CMYK
RGB Variations
Color information
#AAB873 (or 0xAAB873) is known color: Caper. HEX triplet: AA, B8 and 73. RGB value is (170,184,115). Sum of RGB (Red+Green+Blue) = 170+184+115=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB873 is #55478C. Grayscale: #ACACAC. Windows color (decimal): -5588877 or 7583914. OLE color: 7583914.
HSL color Cylindrical-coordinate representation of color #AAB873: hue angle of 72.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB873 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 115 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.28 |
| HSL | 72.17º | 0.33% | 0.59% | - |
| HSV(B) | 72.17º | 0.38% | 0.72% | - |
| XYZ | 36.81 | 44.06 | 22.78 | - |
| YUV | 171.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 115 | 0.08 | 0 | 0.38 | 0.28 | 72.17 | 0.33 | 0.59 |
| Hex | AA | B8 | 73 | 8 | 0 | 26 | 1C | 48 | 21 | 3B |
| Octal | 252 | 270 | 163 | 10 | 0 | 46 | 34 | 110 | 41 | 73 |
| Binary | 10101010 | 10111000 | 1110011 | 1000 | 0 | 100110 | 11100 | 1001000 | 100001 | 111011 |
Color Harmonies of #AAB873
Complementary color
Monochromatic Colors of #AAB873
Black with #AAB873
Text Example
Text Example
White with #AAB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB873; }
p { color: rgb(170,184,115); }
H1.HeaderClassName
{
color: #AAB873;
}
.AnyTagClassName
{
color: #AAB873;
}
</style>
background-color css
<style>
a { background-color: #AAB873; }
a { background-color: rgb(170,184,115); }
div.DivClassName
{
background-color: #AAB873;
}
.BgClassName
{
background-color: #AAB873;
}
</style>
border-color css
<style>
span { border-color: #AAB873; }
span { border-color: rgb(170,184,115); }
td.TdClassName
{
border-color: #AAB873;
}
.TagClassName
{
border-color: #AAB873;
}
</style>