Shades of Caper #AAC182
Tints of Caper #AAC182
RGB
CMYK
RGB Variations
Color information
#AAC182 (or 0xAAC182) is known color: Caper. HEX triplet: AA, C1 and 82. RGB value is (170,193,130). Sum of RGB (Red+Green+Blue) = 170+193+130=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC182 is #553E7D. Grayscale: #B3B3B3. Windows color (decimal): -5586558 or 8569258. OLE color: 8569258.
HSL color Cylindrical-coordinate representation of color #AAC182: hue angle of 81.9º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC182 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 130 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.24 |
| HSL | 81.9º | 0.34% | 0.63% | - |
| HSV(B) | 81.9º | 0.33% | 0.76% | - |
| XYZ | 39.68 | 48.3 | 28.35 | - |
| YUV | 178.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 130 | 0.12 | 0 | 0.33 | 0.24 | 81.9 | 0.34 | 0.63 |
| Hex | AA | C1 | 82 | C | 0 | 21 | 18 | 52 | 22 | 3F |
| Octal | 252 | 301 | 202 | 14 | 0 | 41 | 30 | 122 | 42 | 77 |
| Binary | 10101010 | 11000001 | 10000010 | 1100 | 0 | 100001 | 11000 | 1010010 | 100010 | 111111 |
Color Harmonies of #AAC182
Complementary color
Monochromatic Colors of #AAC182
Black with #AAC182
Text Example
Text Example
White with #AAC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC182; }
p { color: rgb(170,193,130); }
H1.HeaderClassName
{
color: #AAC182;
}
.AnyTagClassName
{
color: #AAC182;
}
</style>
background-color css
<style>
a { background-color: #AAC182; }
a { background-color: rgb(170,193,130); }
div.DivClassName
{
background-color: #AAC182;
}
.BgClassName
{
background-color: #AAC182;
}
</style>
border-color css
<style>
span { border-color: #AAC182; }
span { border-color: rgb(170,193,130); }
td.TdClassName
{
border-color: #AAC182;
}
.TagClassName
{
border-color: #AAC182;
}
</style>