Shades of Caper #AAC380
Tints of Caper #AAC380
RGB
CMYK
RGB Variations
Color information
#AAC380 (or 0xAAC380) is known color: Caper. HEX triplet: AA, C3 and 80. RGB value is (170,195,128). Sum of RGB (Red+Green+Blue) = 170+195+128=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC380 is #553C7F. Grayscale: #B4B4B4. Windows color (decimal): -5586048 or 8438698. OLE color: 8438698.
HSL color Cylindrical-coordinate representation of color #AAC380: hue angle of 82.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC380 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 128 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.24 |
| HSL | 82.39º | 0.36% | 0.63% | - |
| HSV(B) | 82.39º | 0.34% | 0.76% | - |
| XYZ | 39.99 | 49.13 | 27.8 | - |
| YUV | 179.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 128 | 0.13 | 0 | 0.34 | 0.24 | 82.39 | 0.36 | 0.63 |
| Hex | AA | C3 | 80 | D | 0 | 22 | 18 | 52 | 24 | 3F |
| Octal | 252 | 303 | 200 | 15 | 0 | 42 | 30 | 122 | 44 | 77 |
| Binary | 10101010 | 11000011 | 10000000 | 1101 | 0 | 100010 | 11000 | 1010010 | 100100 | 111111 |
Color Harmonies of #AAC380
Complementary color
Monochromatic Colors of #AAC380
Black with #AAC380
Text Example
Text Example
White with #AAC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC380; }
p { color: rgb(170,195,128); }
H1.HeaderClassName
{
color: #AAC380;
}
.AnyTagClassName
{
color: #AAC380;
}
</style>
background-color css
<style>
a { background-color: #AAC380; }
a { background-color: rgb(170,195,128); }
div.DivClassName
{
background-color: #AAC380;
}
.BgClassName
{
background-color: #AAC380;
}
</style>
border-color css
<style>
span { border-color: #AAC380; }
span { border-color: rgb(170,195,128); }
td.TdClassName
{
border-color: #AAC380;
}
.TagClassName
{
border-color: #AAC380;
}
</style>