Shades of Caper #AAB770
Tints of Caper #AAB770
RGB
CMYK
RGB Variations
Color information
#AAB770 (or 0xAAB770) is known color: Caper. HEX triplet: AA, B7 and 70. RGB value is (170,183,112). Sum of RGB (Red+Green+Blue) = 170+183+112=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB770 is #55488F. Grayscale: #ABABAB. Windows color (decimal): -5589136 or 7387050. OLE color: 7387050.
HSL color Cylindrical-coordinate representation of color #AAB770: hue angle of 70.99º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB770 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 112 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.28 |
| HSL | 70.99º | 0.33% | 0.58% | - |
| HSV(B) | 70.99º | 0.39% | 0.72% | - |
| XYZ | 36.44 | 43.58 | 21.82 | - |
| YUV | 171.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 112 | 0.07 | 0 | 0.39 | 0.28 | 70.99 | 0.33 | 0.58 |
| Hex | AA | B7 | 70 | 7 | 0 | 27 | 1C | 47 | 21 | 3A |
| Octal | 252 | 267 | 160 | 7 | 0 | 47 | 34 | 107 | 41 | 72 |
| Binary | 10101010 | 10110111 | 1110000 | 111 | 0 | 100111 | 11100 | 1000111 | 100001 | 111010 |
Color Harmonies of #AAB770
Complementary color
Monochromatic Colors of #AAB770
Black with #AAB770
Text Example
Text Example
White with #AAB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB770; }
p { color: rgb(170,183,112); }
H1.HeaderClassName
{
color: #AAB770;
}
.AnyTagClassName
{
color: #AAB770;
}
</style>
background-color css
<style>
a { background-color: #AAB770; }
a { background-color: rgb(170,183,112); }
div.DivClassName
{
background-color: #AAB770;
}
.BgClassName
{
background-color: #AAB770;
}
</style>
border-color css
<style>
span { border-color: #AAB770; }
span { border-color: rgb(170,183,112); }
td.TdClassName
{
border-color: #AAB770;
}
.TagClassName
{
border-color: #AAB770;
}
</style>