Shades of Caper #AAC973
Tints of Caper #AAC973
RGB
CMYK
RGB Variations
Color information
#AAC973 (or 0xAAC973) is known color: Caper. HEX triplet: AA, C9 and 73. RGB value is (170,201,115). Sum of RGB (Red+Green+Blue) = 170+201+115=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC973 is #55368C. Grayscale: #B6B6B6. Windows color (decimal): -5584525 or 7588266. OLE color: 7588266.
HSL color Cylindrical-coordinate representation of color #AAC973: hue angle of 81.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC973 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 115 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.21 |
| HSL | 81.63º | 0.44% | 0.62% | - |
| HSV(B) | 81.63º | 0.43% | 0.79% | - |
| XYZ | 40.56 | 51.56 | 24.03 | - |
| YUV | 181.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 115 | 0.15 | 0 | 0.43 | 0.21 | 81.63 | 0.44 | 0.62 |
| Hex | AA | C9 | 73 | F | 0 | 2B | 15 | 52 | 2C | 3E |
| Octal | 252 | 311 | 163 | 17 | 0 | 53 | 25 | 122 | 54 | 76 |
| Binary | 10101010 | 11001001 | 1110011 | 1111 | 0 | 101011 | 10101 | 1010010 | 101100 | 111110 |
Color Harmonies of #AAC973
Complementary color
Monochromatic Colors of #AAC973
Black with #AAC973
Text Example
Text Example
White with #AAC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC973; }
p { color: rgb(170,201,115); }
H1.HeaderClassName
{
color: #AAC973;
}
.AnyTagClassName
{
color: #AAC973;
}
</style>
background-color css
<style>
a { background-color: #AAC973; }
a { background-color: rgb(170,201,115); }
div.DivClassName
{
background-color: #AAC973;
}
.BgClassName
{
background-color: #AAC973;
}
</style>
border-color css
<style>
span { border-color: #AAC973; }
span { border-color: rgb(170,201,115); }
td.TdClassName
{
border-color: #AAC973;
}
.TagClassName
{
border-color: #AAC973;
}
</style>