Shades of Caper #AAD076
Tints of Caper #AAD076
RGB
CMYK
RGB Variations
Color information
#AAD076 (or 0xAAD076) is known color: Caper. HEX triplet: AA, D0 and 76. RGB value is (170,208,118). Sum of RGB (Red+Green+Blue) = 170+208+118=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD076 is #552F89. Grayscale: #BABABA. Windows color (decimal): -5582730 or 7786666. OLE color: 7786666.
HSL color Cylindrical-coordinate representation of color #AAD076: hue angle of 85.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD076 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 118 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.18 |
| HSL | 85.33º | 0.49% | 0.64% | - |
| HSV(B) | 85.33º | 0.43% | 0.82% | - |
| XYZ | 42.4 | 54.97 | 25.51 | - |
| YUV | 186.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 118 | 0.18 | 0 | 0.43 | 0.18 | 85.33 | 0.49 | 0.64 |
| Hex | AA | D0 | 76 | 12 | 0 | 2B | 12 | 55 | 31 | 40 |
| Octal | 252 | 320 | 166 | 22 | 0 | 53 | 22 | 125 | 61 | 100 |
| Binary | 10101010 | 11010000 | 1110110 | 10010 | 0 | 101011 | 10010 | 1010101 | 110001 | 1000000 |
Color Harmonies of #AAD076
Complementary color
Monochromatic Colors of #AAD076
Black with #AAD076
Text Example
Text Example
White with #AAD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD076; }
p { color: rgb(170,208,118); }
H1.HeaderClassName
{
color: #AAD076;
}
.AnyTagClassName
{
color: #AAD076;
}
</style>
background-color css
<style>
a { background-color: #AAD076; }
a { background-color: rgb(170,208,118); }
div.DivClassName
{
background-color: #AAD076;
}
.BgClassName
{
background-color: #AAD076;
}
</style>
border-color css
<style>
span { border-color: #AAD076; }
span { border-color: rgb(170,208,118); }
td.TdClassName
{
border-color: #AAD076;
}
.TagClassName
{
border-color: #AAD076;
}
</style>