Shades of Caper #AAC482
Tints of Caper #AAC482
RGB
CMYK
RGB Variations
Color information
#AAC482 (or 0xAAC482) is known color: Caper. HEX triplet: AA, C4 and 82. RGB value is (170,196,130). Sum of RGB (Red+Green+Blue) = 170+196+130=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC482 is #553B7D. Grayscale: #B4B4B4. Windows color (decimal): -5585790 or 8570026. OLE color: 8570026.
HSL color Cylindrical-coordinate representation of color #AAC482: hue angle of 83.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC482 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 130 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.23 |
| HSL | 83.64º | 0.36% | 0.64% | - |
| HSV(B) | 83.64º | 0.34% | 0.77% | - |
| XYZ | 40.35 | 49.64 | 28.57 | - |
| YUV | 180.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 130 | 0.13 | 0 | 0.34 | 0.23 | 83.64 | 0.36 | 0.64 |
| Hex | AA | C4 | 82 | D | 0 | 22 | 17 | 54 | 24 | 40 |
| Octal | 252 | 304 | 202 | 15 | 0 | 42 | 27 | 124 | 44 | 100 |
| Binary | 10101010 | 11000100 | 10000010 | 1101 | 0 | 100010 | 10111 | 1010100 | 100100 | 1000000 |
Color Harmonies of #AAC482
Complementary color
Monochromatic Colors of #AAC482
Black with #AAC482
Text Example
Text Example
White with #AAC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC482; }
p { color: rgb(170,196,130); }
H1.HeaderClassName
{
color: #AAC482;
}
.AnyTagClassName
{
color: #AAC482;
}
</style>
background-color css
<style>
a { background-color: #AAC482; }
a { background-color: rgb(170,196,130); }
div.DivClassName
{
background-color: #AAC482;
}
.BgClassName
{
background-color: #AAC482;
}
</style>
border-color css
<style>
span { border-color: #AAC482; }
span { border-color: rgb(170,196,130); }
td.TdClassName
{
border-color: #AAC482;
}
.TagClassName
{
border-color: #AAC482;
}
</style>