Shades of Caper #AAB87A
Tints of Caper #AAB87A
RGB
CMYK
RGB Variations
Color information
#AAB87A (or 0xAAB87A) is known color: Caper. HEX triplet: AA, B8 and 7A. RGB value is (170,184,122). Sum of RGB (Red+Green+Blue) = 170+184+122=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB87A is #554785. Grayscale: #ACACAC. Windows color (decimal): -5588870 or 8042666. OLE color: 8042666.
HSL color Cylindrical-coordinate representation of color #AAB87A: hue angle of 73.55º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB87A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 122 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.28 |
| HSL | 73.55º | 0.3% | 0.6% | - |
| HSV(B) | 73.55º | 0.34% | 0.72% | - |
| XYZ | 37.23 | 44.23 | 24.99 | - |
| YUV | 172.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 122 | 0.08 | 0 | 0.34 | 0.28 | 73.55 | 0.3 | 0.6 |
| Hex | AA | B8 | 7A | 8 | 0 | 22 | 1C | 4A | 1E | 3C |
| Octal | 252 | 270 | 172 | 10 | 0 | 42 | 34 | 112 | 36 | 74 |
| Binary | 10101010 | 10111000 | 1111010 | 1000 | 0 | 100010 | 11100 | 1001010 | 11110 | 111100 |
Color Harmonies of #AAB87A
Complementary color
Monochromatic Colors of #AAB87A
Black with #AAB87A
Text Example
Text Example
White with #AAB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB87A; }
p { color: rgb(170,184,122); }
H1.HeaderClassName
{
color: #AAB87A;
}
.AnyTagClassName
{
color: #AAB87A;
}
</style>
background-color css
<style>
a { background-color: #AAB87A; }
a { background-color: rgb(170,184,122); }
div.DivClassName
{
background-color: #AAB87A;
}
.BgClassName
{
background-color: #AAB87A;
}
</style>
border-color css
<style>
span { border-color: #AAB87A; }
span { border-color: rgb(170,184,122); }
td.TdClassName
{
border-color: #AAB87A;
}
.TagClassName
{
border-color: #AAB87A;
}
</style>