Shades of Caper #AAB78C
Tints of Caper #AAB78C
RGB
CMYK
RGB Variations
Color information
#AAB78C (or 0xAAB78C) is known color: Caper. HEX triplet: AA, B7 and 8C. RGB value is (170,183,140). Sum of RGB (Red+Green+Blue) = 170+183+140=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB78C is #554873. Grayscale: #AEAEAE. Windows color (decimal): -5589108 or 9222058. OLE color: 9222058.
HSL color Cylindrical-coordinate representation of color #AAB78C: hue angle of 78.14º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB78C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 140 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.28 |
| HSL | 78.14º | 0.23% | 0.63% | - |
| HSV(B) | 78.14º | 0.23% | 0.72% | - |
| XYZ | 38.24 | 44.31 | 31.35 | - |
| YUV | 174.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 140 | 0.07 | 0 | 0.23 | 0.28 | 78.14 | 0.23 | 0.63 |
| Hex | AA | B7 | 8C | 7 | 0 | 17 | 1C | 4E | 17 | 3F |
| Octal | 252 | 267 | 214 | 7 | 0 | 27 | 34 | 116 | 27 | 77 |
| Binary | 10101010 | 10110111 | 10001100 | 111 | 0 | 10111 | 11100 | 1001110 | 10111 | 111111 |
Color Harmonies of #AAB78C
Complementary color
Monochromatic Colors of #AAB78C
Black with #AAB78C
Text Example
Text Example
White with #AAB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB78C; }
p { color: rgb(170,183,140); }
H1.HeaderClassName
{
color: #AAB78C;
}
.AnyTagClassName
{
color: #AAB78C;
}
</style>
background-color css
<style>
a { background-color: #AAB78C; }
a { background-color: rgb(170,183,140); }
div.DivClassName
{
background-color: #AAB78C;
}
.BgClassName
{
background-color: #AAB78C;
}
</style>
border-color css
<style>
span { border-color: #AAB78C; }
span { border-color: rgb(170,183,140); }
td.TdClassName
{
border-color: #AAB78C;
}
.TagClassName
{
border-color: #AAB78C;
}
</style>