Shades of Caper #AAC679
Tints of Caper #AAC679
RGB
CMYK
RGB Variations
Color information
#AAC679 (or 0xAAC679) is known color: Caper. HEX triplet: AA, C6 and 79. RGB value is (170,198,121). Sum of RGB (Red+Green+Blue) = 170+198+121=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC679 is #553986. Grayscale: #B5B5B5. Windows color (decimal): -5585287 or 7980714. OLE color: 7980714.
HSL color Cylindrical-coordinate representation of color #AAC679: hue angle of 81.82º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC679 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 121 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 81.82º | 0.4% | 0.63% | - |
| HSV(B) | 81.82º | 0.39% | 0.78% | - |
| XYZ | 40.22 | 50.31 | 25.68 | - |
| YUV | 180.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 121 | 0.14 | 0 | 0.39 | 0.22 | 81.82 | 0.4 | 0.63 |
| Hex | AA | C6 | 79 | E | 0 | 27 | 16 | 52 | 28 | 3F |
| Octal | 252 | 306 | 171 | 16 | 0 | 47 | 26 | 122 | 50 | 77 |
| Binary | 10101010 | 11000110 | 1111001 | 1110 | 0 | 100111 | 10110 | 1010010 | 101000 | 111111 |
Color Harmonies of #AAC679
Complementary color
Monochromatic Colors of #AAC679
Black with #AAC679
Text Example
Text Example
White with #AAC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC679; }
p { color: rgb(170,198,121); }
H1.HeaderClassName
{
color: #AAC679;
}
.AnyTagClassName
{
color: #AAC679;
}
</style>
background-color css
<style>
a { background-color: #AAC679; }
a { background-color: rgb(170,198,121); }
div.DivClassName
{
background-color: #AAC679;
}
.BgClassName
{
background-color: #AAC679;
}
</style>
border-color css
<style>
span { border-color: #AAC679; }
span { border-color: rgb(170,198,121); }
td.TdClassName
{
border-color: #AAC679;
}
.TagClassName
{
border-color: #AAC679;
}
</style>