Shades of Caper #AAB78B
Tints of Caper #AAB78B
RGB
CMYK
RGB Variations
Color information
#AAB78B (or 0xAAB78B) is known color: Caper. HEX triplet: AA, B7 and 8B. RGB value is (170,183,139). Sum of RGB (Red+Green+Blue) = 170+183+139=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB78B is #554874. Grayscale: #AEAEAE. Windows color (decimal): -5589109 or 9156522. OLE color: 9156522.
HSL color Cylindrical-coordinate representation of color #AAB78B: hue angle of 77.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB78B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 139 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.28 |
| HSL | 77.73º | 0.23% | 0.63% | - |
| HSV(B) | 77.73º | 0.24% | 0.72% | - |
| XYZ | 38.17 | 44.28 | 30.96 | - |
| YUV | 174.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 139 | 0.07 | 0 | 0.24 | 0.28 | 77.73 | 0.23 | 0.63 |
| Hex | AA | B7 | 8B | 7 | 0 | 18 | 1C | 4E | 17 | 3F |
| Octal | 252 | 267 | 213 | 7 | 0 | 30 | 34 | 116 | 27 | 77 |
| Binary | 10101010 | 10110111 | 10001011 | 111 | 0 | 11000 | 11100 | 1001110 | 10111 | 111111 |
Color Harmonies of #AAB78B
Complementary color
Monochromatic Colors of #AAB78B
Black with #AAB78B
Text Example
Text Example
White with #AAB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB78B; }
p { color: rgb(170,183,139); }
H1.HeaderClassName
{
color: #AAB78B;
}
.AnyTagClassName
{
color: #AAB78B;
}
</style>
background-color css
<style>
a { background-color: #AAB78B; }
a { background-color: rgb(170,183,139); }
div.DivClassName
{
background-color: #AAB78B;
}
.BgClassName
{
background-color: #AAB78B;
}
</style>
border-color css
<style>
span { border-color: #AAB78B; }
span { border-color: rgb(170,183,139); }
td.TdClassName
{
border-color: #AAB78B;
}
.TagClassName
{
border-color: #AAB78B;
}
</style>