Shades of Caper #AABA7C
Tints of Caper #AABA7C
RGB
CMYK
RGB Variations
Color information
#AABA7C (or 0xAABA7C) is known color: Caper. HEX triplet: AA, BA and 7C. RGB value is (170,186,124). Sum of RGB (Red+Green+Blue) = 170+186+124=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7C is #554583. Grayscale: #AEAEAE. Windows color (decimal): -5588356 or 8174250. OLE color: 8174250.
HSL color Cylindrical-coordinate representation of color #AABA7C: hue angle of 75.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABA7C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 124 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.27 |
| HSL | 75.48º | 0.31% | 0.61% | - |
| HSV(B) | 75.48º | 0.33% | 0.73% | - |
| XYZ | 37.77 | 45.12 | 25.79 | - |
| YUV | 174.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 124 | 0.09 | 0 | 0.33 | 0.27 | 75.48 | 0.31 | 0.61 |
| Hex | AA | BA | 7C | 9 | 0 | 21 | 1B | 4B | 1F | 3D |
| Octal | 252 | 272 | 174 | 11 | 0 | 41 | 33 | 113 | 37 | 75 |
| Binary | 10101010 | 10111010 | 1111100 | 1001 | 0 | 100001 | 11011 | 1001011 | 11111 | 111101 |
Color Harmonies of #AABA7C
Complementary color
Monochromatic Colors of #AABA7C
Black with #AABA7C
Text Example
Text Example
White with #AABA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA7C; }
p { color: rgb(170,186,124); }
H1.HeaderClassName
{
color: #AABA7C;
}
.AnyTagClassName
{
color: #AABA7C;
}
</style>
background-color css
<style>
a { background-color: #AABA7C; }
a { background-color: rgb(170,186,124); }
div.DivClassName
{
background-color: #AABA7C;
}
.BgClassName
{
background-color: #AABA7C;
}
</style>
border-color css
<style>
span { border-color: #AABA7C; }
span { border-color: rgb(170,186,124); }
td.TdClassName
{
border-color: #AABA7C;
}
.TagClassName
{
border-color: #AABA7C;
}
</style>