Shades of Caper #AAC873
Tints of Caper #AAC873
RGB
CMYK
RGB Variations
Color information
#AAC873 (or 0xAAC873) is known color: Caper. HEX triplet: AA, C8 and 73. RGB value is (170,200,115). Sum of RGB (Red+Green+Blue) = 170+200+115=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC873 is #55378C. Grayscale: #B5B5B5. Windows color (decimal): -5584781 or 7588010. OLE color: 7588010.
HSL color Cylindrical-coordinate representation of color #AAC873: hue angle of 81.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC873 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 115 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.22 |
| HSL | 81.18º | 0.44% | 0.62% | - |
| HSV(B) | 81.18º | 0.43% | 0.78% | - |
| XYZ | 40.33 | 51.09 | 23.96 | - |
| YUV | 181.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 115 | 0.15 | 0 | 0.42 | 0.22 | 81.18 | 0.44 | 0.62 |
| Hex | AA | C8 | 73 | F | 0 | 2A | 16 | 51 | 2C | 3E |
| Octal | 252 | 310 | 163 | 17 | 0 | 52 | 26 | 121 | 54 | 76 |
| Binary | 10101010 | 11001000 | 1110011 | 1111 | 0 | 101010 | 10110 | 1010001 | 101100 | 111110 |
Color Harmonies of #AAC873
Complementary color
Monochromatic Colors of #AAC873
Black with #AAC873
Text Example
Text Example
White with #AAC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC873; }
p { color: rgb(170,200,115); }
H1.HeaderClassName
{
color: #AAC873;
}
.AnyTagClassName
{
color: #AAC873;
}
</style>
background-color css
<style>
a { background-color: #AAC873; }
a { background-color: rgb(170,200,115); }
div.DivClassName
{
background-color: #AAC873;
}
.BgClassName
{
background-color: #AAC873;
}
</style>
border-color css
<style>
span { border-color: #AAC873; }
span { border-color: rgb(170,200,115); }
td.TdClassName
{
border-color: #AAC873;
}
.TagClassName
{
border-color: #AAC873;
}
</style>