Shades of Caper #AAC175
Tints of Caper #AAC175
RGB
CMYK
RGB Variations
Color information
#AAC175 (or 0xAAC175) is known color: Caper. HEX triplet: AA, C1 and 75. RGB value is (170,193,117). Sum of RGB (Red+Green+Blue) = 170+193+117=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC175 is #553E8A. Grayscale: #B1B1B1. Windows color (decimal): -5586571 or 7717290. OLE color: 7717290.
HSL color Cylindrical-coordinate representation of color #AAC175: hue angle of 78.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC175 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 117 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.24 |
| HSL | 78.16º | 0.38% | 0.61% | - |
| HSV(B) | 78.16º | 0.39% | 0.76% | - |
| XYZ | 38.86 | 47.97 | 24.04 | - |
| YUV | 177.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 117 | 0.12 | 0 | 0.39 | 0.24 | 78.16 | 0.38 | 0.61 |
| Hex | AA | C1 | 75 | C | 0 | 27 | 18 | 4E | 26 | 3D |
| Octal | 252 | 301 | 165 | 14 | 0 | 47 | 30 | 116 | 46 | 75 |
| Binary | 10101010 | 11000001 | 1110101 | 1100 | 0 | 100111 | 11000 | 1001110 | 100110 | 111101 |
Color Harmonies of #AAC175
Complementary color
Monochromatic Colors of #AAC175
Black with #AAC175
Text Example
Text Example
White with #AAC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC175; }
p { color: rgb(170,193,117); }
H1.HeaderClassName
{
color: #AAC175;
}
.AnyTagClassName
{
color: #AAC175;
}
</style>
background-color css
<style>
a { background-color: #AAC175; }
a { background-color: rgb(170,193,117); }
div.DivClassName
{
background-color: #AAC175;
}
.BgClassName
{
background-color: #AAC175;
}
</style>
border-color css
<style>
span { border-color: #AAC175; }
span { border-color: rgb(170,193,117); }
td.TdClassName
{
border-color: #AAC175;
}
.TagClassName
{
border-color: #AAC175;
}
</style>