Shades of Caper #AAC273
Tints of Caper #AAC273
RGB
CMYK
RGB Variations
Color information
#AAC273 (or 0xAAC273) is known color: Caper. HEX triplet: AA, C2 and 73. RGB value is (170,194,115). Sum of RGB (Red+Green+Blue) = 170+194+115=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC273 is #553D8C. Grayscale: #B2B2B2. Windows color (decimal): -5586317 or 7586474. OLE color: 7586474.
HSL color Cylindrical-coordinate representation of color #AAC273: hue angle of 78.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC273 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 115 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.24 |
| HSL | 78.23º | 0.39% | 0.61% | - |
| HSV(B) | 78.23º | 0.41% | 0.76% | - |
| XYZ | 38.96 | 48.37 | 23.5 | - |
| YUV | 177.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 115 | 0.12 | 0 | 0.41 | 0.24 | 78.23 | 0.39 | 0.61 |
| Hex | AA | C2 | 73 | C | 0 | 29 | 18 | 4E | 27 | 3D |
| Octal | 252 | 302 | 163 | 14 | 0 | 51 | 30 | 116 | 47 | 75 |
| Binary | 10101010 | 11000010 | 1110011 | 1100 | 0 | 101001 | 11000 | 1001110 | 100111 | 111101 |
Color Harmonies of #AAC273
Complementary color
Monochromatic Colors of #AAC273
Black with #AAC273
Text Example
Text Example
White with #AAC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC273; }
p { color: rgb(170,194,115); }
H1.HeaderClassName
{
color: #AAC273;
}
.AnyTagClassName
{
color: #AAC273;
}
</style>
background-color css
<style>
a { background-color: #AAC273; }
a { background-color: rgb(170,194,115); }
div.DivClassName
{
background-color: #AAC273;
}
.BgClassName
{
background-color: #AAC273;
}
</style>
border-color css
<style>
span { border-color: #AAC273; }
span { border-color: rgb(170,194,115); }
td.TdClassName
{
border-color: #AAC273;
}
.TagClassName
{
border-color: #AAC273;
}
</style>