Shades of Caper #AABC7B
Tints of Caper #AABC7B
RGB
CMYK
RGB Variations
Color information
#AABC7B (or 0xAABC7B) is known color: Caper. HEX triplet: AA, BC and 7B. RGB value is (170,188,123). Sum of RGB (Red+Green+Blue) = 170+188+123=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7B is #554384. Grayscale: #AFAFAF. Windows color (decimal): -5587845 or 8109226. OLE color: 8109226.
HSL color Cylindrical-coordinate representation of color #AABC7B: hue angle of 76.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AABC7B is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 123 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.26 |
| HSL | 76.62º | 0.33% | 0.61% | - |
| HSV(B) | 76.62º | 0.35% | 0.74% | - |
| XYZ | 38.14 | 45.94 | 25.6 | - |
| YUV | 175.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 123 | 0.10 | 0 | 0.35 | 0.26 | 76.62 | 0.33 | 0.61 |
| Hex | AA | BC | 7B | A | 0 | 23 | 1A | 4D | 21 | 3D |
| Octal | 252 | 274 | 173 | 12 | 0 | 43 | 32 | 115 | 41 | 75 |
| Binary | 10101010 | 10111100 | 1111011 | 1010 | 0 | 100011 | 11010 | 1001101 | 100001 | 111101 |
Color Harmonies of #AABC7B
Complementary color
Monochromatic Colors of #AABC7B
Black with #AABC7B
Text Example
Text Example
White with #AABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC7B; }
p { color: rgb(170,188,123); }
H1.HeaderClassName
{
color: #AABC7B;
}
.AnyTagClassName
{
color: #AABC7B;
}
</style>
background-color css
<style>
a { background-color: #AABC7B; }
a { background-color: rgb(170,188,123); }
div.DivClassName
{
background-color: #AABC7B;
}
.BgClassName
{
background-color: #AABC7B;
}
</style>
border-color css
<style>
span { border-color: #AABC7B; }
span { border-color: rgb(170,188,123); }
td.TdClassName
{
border-color: #AABC7B;
}
.TagClassName
{
border-color: #AABC7B;
}
</style>