Shades of Caper #AAC37F
Tints of Caper #AAC37F
RGB
CMYK
RGB Variations
Color information
#AAC37F (or 0xAAC37F) is known color: Caper. HEX triplet: AA, C3 and 7F. RGB value is (170,195,127). Sum of RGB (Red+Green+Blue) = 170+195+127=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC37F is #553C80. Grayscale: #B4B4B4. Windows color (decimal): -5586049 or 8373162. OLE color: 8373162.
HSL color Cylindrical-coordinate representation of color #AAC37F: hue angle of 82.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC37F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 127 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.24 |
| HSL | 82.06º | 0.36% | 0.63% | - |
| HSV(B) | 82.06º | 0.35% | 0.76% | - |
| XYZ | 39.92 | 49.11 | 27.45 | - |
| YUV | 179.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 127 | 0.13 | 0 | 0.35 | 0.24 | 82.06 | 0.36 | 0.63 |
| Hex | AA | C3 | 7F | D | 0 | 23 | 18 | 52 | 24 | 3F |
| Octal | 252 | 303 | 177 | 15 | 0 | 43 | 30 | 122 | 44 | 77 |
| Binary | 10101010 | 11000011 | 1111111 | 1101 | 0 | 100011 | 11000 | 1010010 | 100100 | 111111 |
Color Harmonies of #AAC37F
Complementary color
Monochromatic Colors of #AAC37F
Black with #AAC37F
Text Example
Text Example
White with #AAC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC37F; }
p { color: rgb(170,195,127); }
H1.HeaderClassName
{
color: #AAC37F;
}
.AnyTagClassName
{
color: #AAC37F;
}
</style>
background-color css
<style>
a { background-color: #AAC37F; }
a { background-color: rgb(170,195,127); }
div.DivClassName
{
background-color: #AAC37F;
}
.BgClassName
{
background-color: #AAC37F;
}
</style>
border-color css
<style>
span { border-color: #AAC37F; }
span { border-color: rgb(170,195,127); }
td.TdClassName
{
border-color: #AAC37F;
}
.TagClassName
{
border-color: #AAC37F;
}
</style>