Shades of Caper #AAD06F
Tints of Caper #AAD06F
RGB
CMYK
RGB Variations
Color information
#AAD06F (or 0xAAD06F) is known color: Caper. HEX triplet: AA, D0 and 6F. RGB value is (170,208,111). Sum of RGB (Red+Green+Blue) = 170+208+111=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD06F is #552F90. Grayscale: #B9B9B9. Windows color (decimal): -5582737 or 7327914. OLE color: 7327914.
HSL color Cylindrical-coordinate representation of color #AAD06F: hue angle of 83.51º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAD06F is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 111 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.18 |
| HSL | 83.51º | 0.51% | 0.63% | - |
| HSV(B) | 83.51º | 0.47% | 0.82% | - |
| XYZ | 42 | 54.81 | 23.4 | - |
| YUV | 185.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 111 | 0.18 | 0 | 0.47 | 0.18 | 83.51 | 0.51 | 0.63 |
| Hex | AA | D0 | 6F | 12 | 0 | 2F | 12 | 54 | 33 | 3F |
| Octal | 252 | 320 | 157 | 22 | 0 | 57 | 22 | 124 | 63 | 77 |
| Binary | 10101010 | 11010000 | 1101111 | 10010 | 0 | 101111 | 10010 | 1010100 | 110011 | 111111 |
Color Harmonies of #AAD06F
Complementary color
Monochromatic Colors of #AAD06F
Black with #AAD06F
Text Example
Text Example
White with #AAD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD06F; }
p { color: rgb(170,208,111); }
H1.HeaderClassName
{
color: #AAD06F;
}
.AnyTagClassName
{
color: #AAD06F;
}
</style>
background-color css
<style>
a { background-color: #AAD06F; }
a { background-color: rgb(170,208,111); }
div.DivClassName
{
background-color: #AAD06F;
}
.BgClassName
{
background-color: #AAD06F;
}
</style>
border-color css
<style>
span { border-color: #AAD06F; }
span { border-color: rgb(170,208,111); }
td.TdClassName
{
border-color: #AAD06F;
}
.TagClassName
{
border-color: #AAD06F;
}
</style>