Shades of Caper #AAC97B
Tints of Caper #AAC97B
RGB
CMYK
RGB Variations
Color information
#AAC97B (or 0xAAC97B) is known color: Caper. HEX triplet: AA, C9 and 7B. RGB value is (170,201,123). Sum of RGB (Red+Green+Blue) = 170+201+123=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC97B is #553684. Grayscale: #B7B7B7. Windows color (decimal): -5584517 or 8112554. OLE color: 8112554.
HSL color Cylindrical-coordinate representation of color #AAC97B: hue angle of 83.85º 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 #AAC97B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 123 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.21 |
| HSL | 83.85º | 0.42% | 0.64% | - |
| HSV(B) | 83.85º | 0.39% | 0.79% | - |
| XYZ | 41.04 | 51.75 | 26.56 | - |
| YUV | 182.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 123 | 0.15 | 0 | 0.39 | 0.21 | 83.85 | 0.42 | 0.64 |
| Hex | AA | C9 | 7B | F | 0 | 27 | 15 | 54 | 2A | 40 |
| Octal | 252 | 311 | 173 | 17 | 0 | 47 | 25 | 124 | 52 | 100 |
| Binary | 10101010 | 11001001 | 1111011 | 1111 | 0 | 100111 | 10101 | 1010100 | 101010 | 1000000 |
Color Harmonies of #AAC97B
Complementary color
Monochromatic Colors of #AAC97B
Black with #AAC97B
Text Example
Text Example
White with #AAC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC97B; }
p { color: rgb(170,201,123); }
H1.HeaderClassName
{
color: #AAC97B;
}
.AnyTagClassName
{
color: #AAC97B;
}
</style>
background-color css
<style>
a { background-color: #AAC97B; }
a { background-color: rgb(170,201,123); }
div.DivClassName
{
background-color: #AAC97B;
}
.BgClassName
{
background-color: #AAC97B;
}
</style>
border-color css
<style>
span { border-color: #AAC97B; }
span { border-color: rgb(170,201,123); }
td.TdClassName
{
border-color: #AAC97B;
}
.TagClassName
{
border-color: #AAC97B;
}
</style>