Shades of Caper #AAC17B
Tints of Caper #AAC17B
RGB
CMYK
RGB Variations
Color information
#AAC17B (or 0xAAC17B) is known color: Caper. HEX triplet: AA, C1 and 7B. RGB value is (170,193,123). Sum of RGB (Red+Green+Blue) = 170+193+123=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC17B is #553E84. Grayscale: #B2B2B2. Windows color (decimal): -5586565 or 8110506. OLE color: 8110506.
HSL color Cylindrical-coordinate representation of color #AAC17B: hue angle of 79.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC17B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 123 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.24 |
| HSL | 79.71º | 0.36% | 0.62% | - |
| HSV(B) | 79.71º | 0.36% | 0.76% | - |
| XYZ | 39.22 | 48.12 | 25.96 | - |
| YUV | 178.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 123 | 0.12 | 0 | 0.36 | 0.24 | 79.71 | 0.36 | 0.62 |
| Hex | AA | C1 | 7B | C | 0 | 24 | 18 | 50 | 24 | 3E |
| Octal | 252 | 301 | 173 | 14 | 0 | 44 | 30 | 120 | 44 | 76 |
| Binary | 10101010 | 11000001 | 1111011 | 1100 | 0 | 100100 | 11000 | 1010000 | 100100 | 111110 |
Color Harmonies of #AAC17B
Complementary color
Monochromatic Colors of #AAC17B
Black with #AAC17B
Text Example
Text Example
White with #AAC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC17B; }
p { color: rgb(170,193,123); }
H1.HeaderClassName
{
color: #AAC17B;
}
.AnyTagClassName
{
color: #AAC17B;
}
</style>
background-color css
<style>
a { background-color: #AAC17B; }
a { background-color: rgb(170,193,123); }
div.DivClassName
{
background-color: #AAC17B;
}
.BgClassName
{
background-color: #AAC17B;
}
</style>
border-color css
<style>
span { border-color: #AAC17B; }
span { border-color: rgb(170,193,123); }
td.TdClassName
{
border-color: #AAC17B;
}
.TagClassName
{
border-color: #AAC17B;
}
</style>