Shades of Caper #AAC173
Tints of Caper #AAC173
RGB
CMYK
RGB Variations
Color information
#AAC173 (or 0xAAC173) is known color: Caper. HEX triplet: AA, C1 and 73. RGB value is (170,193,115). Sum of RGB (Red+Green+Blue) = 170+193+115=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC173 is #553E8C. Grayscale: #B1B1B1. Windows color (decimal): -5586573 or 7586218. OLE color: 7586218.
HSL color Cylindrical-coordinate representation of color #AAC173: hue angle of 77.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC173 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 115 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.24 |
| HSL | 77.69º | 0.39% | 0.6% | - |
| HSV(B) | 77.69º | 0.4% | 0.76% | - |
| XYZ | 38.74 | 47.92 | 23.43 | - |
| YUV | 177.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 115 | 0.12 | 0 | 0.40 | 0.24 | 77.69 | 0.39 | 0.6 |
| Hex | AA | C1 | 73 | C | 0 | 28 | 18 | 4E | 27 | 3C |
| Octal | 252 | 301 | 163 | 14 | 0 | 50 | 30 | 116 | 47 | 74 |
| Binary | 10101010 | 11000001 | 1110011 | 1100 | 0 | 101000 | 11000 | 1001110 | 100111 | 111100 |
Color Harmonies of #AAC173
Complementary color
Monochromatic Colors of #AAC173
Black with #AAC173
Text Example
Text Example
White with #AAC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC173; }
p { color: rgb(170,193,115); }
H1.HeaderClassName
{
color: #AAC173;
}
.AnyTagClassName
{
color: #AAC173;
}
</style>
background-color css
<style>
a { background-color: #AAC173; }
a { background-color: rgb(170,193,115); }
div.DivClassName
{
background-color: #AAC173;
}
.BgClassName
{
background-color: #AAC173;
}
</style>
border-color css
<style>
span { border-color: #AAC173; }
span { border-color: rgb(170,193,115); }
td.TdClassName
{
border-color: #AAC173;
}
.TagClassName
{
border-color: #AAC173;
}
</style>