Shades of Caper #AAD072
Tints of Caper #AAD072
RGB
CMYK
RGB Variations
Color information
#AAD072 (or 0xAAD072) is known color: Caper. HEX triplet: AA, D0 and 72. RGB value is (170,208,114). Sum of RGB (Red+Green+Blue) = 170+208+114=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD072 is #552F8D. Grayscale: #BABABA. Windows color (decimal): -5582734 or 7524522. OLE color: 7524522.
HSL color Cylindrical-coordinate representation of color #AAD072: hue angle of 84.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD072 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 114 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.18 |
| HSL | 84.26º | 0.5% | 0.63% | - |
| HSV(B) | 84.26º | 0.45% | 0.82% | - |
| XYZ | 42.17 | 54.87 | 24.29 | - |
| YUV | 185.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 114 | 0.18 | 0 | 0.45 | 0.18 | 84.26 | 0.5 | 0.63 |
| Hex | AA | D0 | 72 | 12 | 0 | 2D | 12 | 54 | 32 | 3F |
| Octal | 252 | 320 | 162 | 22 | 0 | 55 | 22 | 124 | 62 | 77 |
| Binary | 10101010 | 11010000 | 1110010 | 10010 | 0 | 101101 | 10010 | 1010100 | 110010 | 111111 |
Color Harmonies of #AAD072
Complementary color
Monochromatic Colors of #AAD072
Black with #AAD072
Text Example
Text Example
White with #AAD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD072; }
p { color: rgb(170,208,114); }
H1.HeaderClassName
{
color: #AAD072;
}
.AnyTagClassName
{
color: #AAD072;
}
</style>
background-color css
<style>
a { background-color: #AAD072; }
a { background-color: rgb(170,208,114); }
div.DivClassName
{
background-color: #AAD072;
}
.BgClassName
{
background-color: #AAD072;
}
</style>
border-color css
<style>
span { border-color: #AAD072; }
span { border-color: rgb(170,208,114); }
td.TdClassName
{
border-color: #AAD072;
}
.TagClassName
{
border-color: #AAD072;
}
</style>