Shades of Caper #AAC96B
Tints of Caper #AAC96B
RGB
CMYK
RGB Variations
Color information
#AAC96B (or 0xAAC96B) is known color: Caper. HEX triplet: AA, C9 and 6B. RGB value is (170,201,107). Sum of RGB (Red+Green+Blue) = 170+201+107=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96B is #553694. Grayscale: #B5B5B5. Windows color (decimal): -5584533 or 7063978. OLE color: 7063978.
HSL color Cylindrical-coordinate representation of color #AAC96B: hue angle of 79.79º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC96B is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 107 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.21 |
| HSL | 79.79º | 0.47% | 0.6% | - |
| HSV(B) | 79.79º | 0.47% | 0.79% | - |
| XYZ | 40.12 | 51.38 | 21.71 | - |
| YUV | 181.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 107 | 0.15 | 0 | 0.47 | 0.21 | 79.79 | 0.47 | 0.6 |
| Hex | AA | C9 | 6B | F | 0 | 2F | 15 | 50 | 2F | 3C |
| Octal | 252 | 311 | 153 | 17 | 0 | 57 | 25 | 120 | 57 | 74 |
| Binary | 10101010 | 11001001 | 1101011 | 1111 | 0 | 101111 | 10101 | 1010000 | 101111 | 111100 |
Color Harmonies of #AAC96B
Complementary color
Monochromatic Colors of #AAC96B
Black with #AAC96B
Text Example
Text Example
White with #AAC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC96B; }
p { color: rgb(170,201,107); }
H1.HeaderClassName
{
color: #AAC96B;
}
.AnyTagClassName
{
color: #AAC96B;
}
</style>
background-color css
<style>
a { background-color: #AAC96B; }
a { background-color: rgb(170,201,107); }
div.DivClassName
{
background-color: #AAC96B;
}
.BgClassName
{
background-color: #AAC96B;
}
</style>
border-color css
<style>
span { border-color: #AAC96B; }
span { border-color: rgb(170,201,107); }
td.TdClassName
{
border-color: #AAC96B;
}
.TagClassName
{
border-color: #AAC96B;
}
</style>