Shades of Caper #AAB47B
Tints of Caper #AAB47B
RGB
CMYK
RGB Variations
Color information
#AAB47B (or 0xAAB47B) is known color: Caper. HEX triplet: AA, B4 and 7B. RGB value is (170,180,123). Sum of RGB (Red+Green+Blue) = 170+180+123=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB47B is #554B84. Grayscale: #AAAAAA. Windows color (decimal): -5589893 or 8107178. OLE color: 8107178.
HSL color Cylindrical-coordinate representation of color #AAB47B: hue angle of 70.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB47B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 123 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.29 |
| HSL | 70.53º | 0.28% | 0.59% | - |
| HSV(B) | 70.53º | 0.32% | 0.71% | - |
| XYZ | 36.47 | 42.62 | 25.04 | - |
| YUV | 170.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 123 | 0.06 | 0 | 0.32 | 0.29 | 70.53 | 0.28 | 0.59 |
| Hex | AA | B4 | 7B | 6 | 0 | 20 | 1D | 47 | 1C | 3B |
| Octal | 252 | 264 | 173 | 6 | 0 | 40 | 35 | 107 | 34 | 73 |
| Binary | 10101010 | 10110100 | 1111011 | 110 | 0 | 100000 | 11101 | 1000111 | 11100 | 111011 |
Color Harmonies of #AAB47B
Complementary color
Monochromatic Colors of #AAB47B
Black with #AAB47B
Text Example
Text Example
White with #AAB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB47B; }
p { color: rgb(170,180,123); }
H1.HeaderClassName
{
color: #AAB47B;
}
.AnyTagClassName
{
color: #AAB47B;
}
</style>
background-color css
<style>
a { background-color: #AAB47B; }
a { background-color: rgb(170,180,123); }
div.DivClassName
{
background-color: #AAB47B;
}
.BgClassName
{
background-color: #AAB47B;
}
</style>
border-color css
<style>
span { border-color: #AAB47B; }
span { border-color: rgb(170,180,123); }
td.TdClassName
{
border-color: #AAB47B;
}
.TagClassName
{
border-color: #AAB47B;
}
</style>