Shades of Caper #AAD074
Tints of Caper #AAD074
RGB
CMYK
RGB Variations
Color information
#AAD074 (or 0xAAD074) is known color: Caper. HEX triplet: AA, D0 and 74. RGB value is (170,208,116). Sum of RGB (Red+Green+Blue) = 170+208+116=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD074 is #552F8B. Grayscale: #BABABA. Windows color (decimal): -5582732 or 7655594. OLE color: 7655594.
HSL color Cylindrical-coordinate representation of color #AAD074: hue angle of 84.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD074 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 116 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.18 |
| HSL | 84.78º | 0.49% | 0.64% | - |
| HSV(B) | 84.78º | 0.44% | 0.82% | - |
| XYZ | 42.29 | 54.92 | 24.89 | - |
| YUV | 186.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 116 | 0.18 | 0 | 0.44 | 0.18 | 84.78 | 0.49 | 0.64 |
| Hex | AA | D0 | 74 | 12 | 0 | 2C | 12 | 55 | 31 | 40 |
| Octal | 252 | 320 | 164 | 22 | 0 | 54 | 22 | 125 | 61 | 100 |
| Binary | 10101010 | 11010000 | 1110100 | 10010 | 0 | 101100 | 10010 | 1010101 | 110001 | 1000000 |
Color Harmonies of #AAD074
Complementary color
Monochromatic Colors of #AAD074
Black with #AAD074
Text Example
Text Example
White with #AAD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD074; }
p { color: rgb(170,208,116); }
H1.HeaderClassName
{
color: #AAD074;
}
.AnyTagClassName
{
color: #AAD074;
}
</style>
background-color css
<style>
a { background-color: #AAD074; }
a { background-color: rgb(170,208,116); }
div.DivClassName
{
background-color: #AAD074;
}
.BgClassName
{
background-color: #AAD074;
}
</style>
border-color css
<style>
span { border-color: #AAD074; }
span { border-color: rgb(170,208,116); }
td.TdClassName
{
border-color: #AAD074;
}
.TagClassName
{
border-color: #AAD074;
}
</style>