Shades of Caper #AAC27A
Tints of Caper #AAC27A
RGB
CMYK
RGB Variations
Color information
#AAC27A (or 0xAAC27A) is known color: Caper. HEX triplet: AA, C2 and 7A. RGB value is (170,194,122). Sum of RGB (Red+Green+Blue) = 170+194+122=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC27A is #553D85. Grayscale: #B2B2B2. Windows color (decimal): -5586310 or 8045226. OLE color: 8045226.
HSL color Cylindrical-coordinate representation of color #AAC27A: hue angle of 80º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC27A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 122 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 80º | 0.37% | 0.62% | - |
| HSV(B) | 80º | 0.37% | 0.76% | - |
| XYZ | 39.38 | 48.53 | 25.7 | - |
| YUV | 178.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 122 | 0.12 | 0 | 0.37 | 0.24 | 80 | 0.37 | 0.62 |
| Hex | AA | C2 | 7A | C | 0 | 25 | 18 | 50 | 25 | 3E |
| Octal | 252 | 302 | 172 | 14 | 0 | 45 | 30 | 120 | 45 | 76 |
| Binary | 10101010 | 11000010 | 1111010 | 1100 | 0 | 100101 | 11000 | 1010000 | 100101 | 111110 |
Color Harmonies of #AAC27A
Complementary color
Monochromatic Colors of #AAC27A
Black with #AAC27A
Text Example
Text Example
White with #AAC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC27A; }
p { color: rgb(170,194,122); }
H1.HeaderClassName
{
color: #AAC27A;
}
.AnyTagClassName
{
color: #AAC27A;
}
</style>
background-color css
<style>
a { background-color: #AAC27A; }
a { background-color: rgb(170,194,122); }
div.DivClassName
{
background-color: #AAC27A;
}
.BgClassName
{
background-color: #AAC27A;
}
</style>
border-color css
<style>
span { border-color: #AAC27A; }
span { border-color: rgb(170,194,122); }
td.TdClassName
{
border-color: #AAC27A;
}
.TagClassName
{
border-color: #AAC27A;
}
</style>