Shades of Caper #AAC27B
Tints of Caper #AAC27B
RGB
CMYK
RGB Variations
Color information
#AAC27B (or 0xAAC27B) is known color: Caper. HEX triplet: AA, C2 and 7B. RGB value is (170,194,123). Sum of RGB (Red+Green+Blue) = 170+194+123=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC27B is #553D84. Grayscale: #B2B2B2. Windows color (decimal): -5586309 or 8110762. OLE color: 8110762.
HSL color Cylindrical-coordinate representation of color #AAC27B: hue angle of 80.28º 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 #AAC27B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 123 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 80.28º | 0.37% | 0.62% | - |
| HSV(B) | 80.28º | 0.37% | 0.76% | - |
| XYZ | 39.44 | 48.56 | 26.03 | - |
| YUV | 178.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 123 | 0.12 | 0 | 0.37 | 0.24 | 80.28 | 0.37 | 0.62 |
| Hex | AA | C2 | 7B | C | 0 | 25 | 18 | 50 | 25 | 3E |
| Octal | 252 | 302 | 173 | 14 | 0 | 45 | 30 | 120 | 45 | 76 |
| Binary | 10101010 | 11000010 | 1111011 | 1100 | 0 | 100101 | 11000 | 1010000 | 100101 | 111110 |
Color Harmonies of #AAC27B
Complementary color
Monochromatic Colors of #AAC27B
Black with #AAC27B
Text Example
Text Example
White with #AAC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC27B; }
p { color: rgb(170,194,123); }
H1.HeaderClassName
{
color: #AAC27B;
}
.AnyTagClassName
{
color: #AAC27B;
}
</style>
background-color css
<style>
a { background-color: #AAC27B; }
a { background-color: rgb(170,194,123); }
div.DivClassName
{
background-color: #AAC27B;
}
.BgClassName
{
background-color: #AAC27B;
}
</style>
border-color css
<style>
span { border-color: #AAC27B; }
span { border-color: rgb(170,194,123); }
td.TdClassName
{
border-color: #AAC27B;
}
.TagClassName
{
border-color: #AAC27B;
}
</style>