Shades of Caper #AACA7C
Tints of Caper #AACA7C
RGB
CMYK
RGB Variations
Color information
#AACA7C (or 0xAACA7C) is known color: Caper. HEX triplet: AA, CA and 7C. RGB value is (170,202,124). Sum of RGB (Red+Green+Blue) = 170+202+124=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA7C is #553583. Grayscale: #B7B7B7. Windows color (decimal): -5584260 or 8178346. OLE color: 8178346.
HSL color Cylindrical-coordinate representation of color #AACA7C: hue angle of 84.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACA7C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 124 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.21 |
| HSL | 84.62º | 0.42% | 0.64% | - |
| HSV(B) | 84.62º | 0.39% | 0.79% | - |
| XYZ | 41.34 | 52.24 | 26.97 | - |
| YUV | 183.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 124 | 0.16 | 0 | 0.39 | 0.21 | 84.62 | 0.42 | 0.64 |
| Hex | AA | CA | 7C | 10 | 0 | 27 | 15 | 55 | 2A | 40 |
| Octal | 252 | 312 | 174 | 20 | 0 | 47 | 25 | 125 | 52 | 100 |
| Binary | 10101010 | 11001010 | 1111100 | 10000 | 0 | 100111 | 10101 | 1010101 | 101010 | 1000000 |
Color Harmonies of #AACA7C
Complementary color
Monochromatic Colors of #AACA7C
Black with #AACA7C
Text Example
Text Example
White with #AACA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA7C; }
p { color: rgb(170,202,124); }
H1.HeaderClassName
{
color: #AACA7C;
}
.AnyTagClassName
{
color: #AACA7C;
}
</style>
background-color css
<style>
a { background-color: #AACA7C; }
a { background-color: rgb(170,202,124); }
div.DivClassName
{
background-color: #AACA7C;
}
.BgClassName
{
background-color: #AACA7C;
}
</style>
border-color css
<style>
span { border-color: #AACA7C; }
span { border-color: rgb(170,202,124); }
td.TdClassName
{
border-color: #AACA7C;
}
.TagClassName
{
border-color: #AACA7C;
}
</style>