Shades of Caper #AABC6C
Tints of Caper #AABC6C
RGB
CMYK
RGB Variations
Color information
#AABC6C (or 0xAABC6C) is known color: Caper. HEX triplet: AA, BC and 6C. RGB value is (170,188,108). Sum of RGB (Red+Green+Blue) = 170+188+108=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC6C is #554393. Grayscale: #ADADAD. Windows color (decimal): -5587860 or 7126186. OLE color: 7126186.
HSL color Cylindrical-coordinate representation of color #AABC6C: hue angle of 73.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AABC6C is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 108 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.26 |
| HSL | 73.5º | 0.37% | 0.58% | - |
| HSV(B) | 73.5º | 0.43% | 0.74% | - |
| XYZ | 37.27 | 45.6 | 21.02 | - |
| YUV | 173.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 108 | 0.10 | 0 | 0.43 | 0.26 | 73.5 | 0.37 | 0.58 |
| Hex | AA | BC | 6C | A | 0 | 2B | 1A | 4A | 25 | 3A |
| Octal | 252 | 274 | 154 | 12 | 0 | 53 | 32 | 112 | 45 | 72 |
| Binary | 10101010 | 10111100 | 1101100 | 1010 | 0 | 101011 | 11010 | 1001010 | 100101 | 111010 |
Color Harmonies of #AABC6C
Complementary color
Monochromatic Colors of #AABC6C
Black with #AABC6C
Text Example
Text Example
White with #AABC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC6C; }
p { color: rgb(170,188,108); }
H1.HeaderClassName
{
color: #AABC6C;
}
.AnyTagClassName
{
color: #AABC6C;
}
</style>
background-color css
<style>
a { background-color: #AABC6C; }
a { background-color: rgb(170,188,108); }
div.DivClassName
{
background-color: #AABC6C;
}
.BgClassName
{
background-color: #AABC6C;
}
</style>
border-color css
<style>
span { border-color: #AABC6C; }
span { border-color: rgb(170,188,108); }
td.TdClassName
{
border-color: #AABC6C;
}
.TagClassName
{
border-color: #AABC6C;
}
</style>