Shades of Caper #AAB87C
Tints of Caper #AAB87C
RGB
CMYK
RGB Variations
Color information
#AAB87C (or 0xAAB87C) is known color: Caper. HEX triplet: AA, B8 and 7C. RGB value is (170,184,124). Sum of RGB (Red+Green+Blue) = 170+184+124=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB87C is #554783. Grayscale: #ADADAD. Windows color (decimal): -5588868 or 8173738. OLE color: 8173738.
HSL color Cylindrical-coordinate representation of color #AAB87C: hue angle of 74º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB87C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 124 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.28 |
| HSL | 74º | 0.3% | 0.6% | - |
| HSV(B) | 74º | 0.33% | 0.72% | - |
| XYZ | 37.36 | 44.28 | 25.65 | - |
| YUV | 172.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 124 | 0.08 | 0 | 0.33 | 0.28 | 74 | 0.3 | 0.6 |
| Hex | AA | B8 | 7C | 8 | 0 | 21 | 1C | 4A | 1E | 3C |
| Octal | 252 | 270 | 174 | 10 | 0 | 41 | 34 | 112 | 36 | 74 |
| Binary | 10101010 | 10111000 | 1111100 | 1000 | 0 | 100001 | 11100 | 1001010 | 11110 | 111100 |
Color Harmonies of #AAB87C
Complementary color
Monochromatic Colors of #AAB87C
Black with #AAB87C
Text Example
Text Example
White with #AAB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB87C; }
p { color: rgb(170,184,124); }
H1.HeaderClassName
{
color: #AAB87C;
}
.AnyTagClassName
{
color: #AAB87C;
}
</style>
background-color css
<style>
a { background-color: #AAB87C; }
a { background-color: rgb(170,184,124); }
div.DivClassName
{
background-color: #AAB87C;
}
.BgClassName
{
background-color: #AAB87C;
}
</style>
border-color css
<style>
span { border-color: #AAB87C; }
span { border-color: rgb(170,184,124); }
td.TdClassName
{
border-color: #AAB87C;
}
.TagClassName
{
border-color: #AAB87C;
}
</style>