Shades of Caper #AABA7A
Tints of Caper #AABA7A
RGB
CMYK
RGB Variations
Color information
#AABA7A (or 0xAABA7A) is known color: Caper. HEX triplet: AA, BA and 7A. RGB value is (170,186,122). Sum of RGB (Red+Green+Blue) = 170+186+122=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7A is #554585. Grayscale: #AEAEAE. Windows color (decimal): -5588358 or 8043178. OLE color: 8043178.
HSL color Cylindrical-coordinate representation of color #AABA7A: hue angle of 75º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABA7A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 122 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.27 |
| HSL | 75º | 0.32% | 0.6% | - |
| HSV(B) | 75º | 0.34% | 0.73% | - |
| XYZ | 37.65 | 45.07 | 25.13 | - |
| YUV | 173.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 122 | 0.09 | 0 | 0.34 | 0.27 | 75 | 0.32 | 0.6 |
| Hex | AA | BA | 7A | 9 | 0 | 22 | 1B | 4B | 20 | 3C |
| Octal | 252 | 272 | 172 | 11 | 0 | 42 | 33 | 113 | 40 | 74 |
| Binary | 10101010 | 10111010 | 1111010 | 1001 | 0 | 100010 | 11011 | 1001011 | 100000 | 111100 |
Color Harmonies of #AABA7A
Complementary color
Monochromatic Colors of #AABA7A
Black with #AABA7A
Text Example
Text Example
White with #AABA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA7A; }
p { color: rgb(170,186,122); }
H1.HeaderClassName
{
color: #AABA7A;
}
.AnyTagClassName
{
color: #AABA7A;
}
</style>
background-color css
<style>
a { background-color: #AABA7A; }
a { background-color: rgb(170,186,122); }
div.DivClassName
{
background-color: #AABA7A;
}
.BgClassName
{
background-color: #AABA7A;
}
</style>
border-color css
<style>
span { border-color: #AABA7A; }
span { border-color: rgb(170,186,122); }
td.TdClassName
{
border-color: #AABA7A;
}
.TagClassName
{
border-color: #AABA7A;
}
</style>