Shades of Caper #AAB780
Tints of Caper #AAB780
RGB
CMYK
RGB Variations
Color information
#AAB780 (or 0xAAB780) is known color: Caper. HEX triplet: AA, B7 and 80. RGB value is (170,183,128). Sum of RGB (Red+Green+Blue) = 170+183+128=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB780 is #55487F. Grayscale: #ADADAD. Windows color (decimal): -5589120 or 8435626. OLE color: 8435626.
HSL color Cylindrical-coordinate representation of color #AAB780: hue angle of 74.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB780 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 128 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.28 |
| HSL | 74.18º | 0.28% | 0.61% | - |
| HSV(B) | 74.18º | 0.3% | 0.72% | - |
| XYZ | 37.41 | 43.97 | 26.94 | - |
| YUV | 172.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 128 | 0.07 | 0 | 0.30 | 0.28 | 74.18 | 0.28 | 0.61 |
| Hex | AA | B7 | 80 | 7 | 0 | 1E | 1C | 4A | 1C | 3D |
| Octal | 252 | 267 | 200 | 7 | 0 | 36 | 34 | 112 | 34 | 75 |
| Binary | 10101010 | 10110111 | 10000000 | 111 | 0 | 11110 | 11100 | 1001010 | 11100 | 111101 |
Color Harmonies of #AAB780
Complementary color
Monochromatic Colors of #AAB780
Black with #AAB780
Text Example
Text Example
White with #AAB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB780; }
p { color: rgb(170,183,128); }
H1.HeaderClassName
{
color: #AAB780;
}
.AnyTagClassName
{
color: #AAB780;
}
</style>
background-color css
<style>
a { background-color: #AAB780; }
a { background-color: rgb(170,183,128); }
div.DivClassName
{
background-color: #AAB780;
}
.BgClassName
{
background-color: #AAB780;
}
</style>
border-color css
<style>
span { border-color: #AAB780; }
span { border-color: rgb(170,183,128); }
td.TdClassName
{
border-color: #AAB780;
}
.TagClassName
{
border-color: #AAB780;
}
</style>