Shades of Caper #AAD26C
Tints of Caper #AAD26C
RGB
CMYK
RGB Variations
Color information
#AAD26C (or 0xAAD26C) is known color: Caper. HEX triplet: AA, D2 and 6C. RGB value is (170,210,108). Sum of RGB (Red+Green+Blue) = 170+210+108=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD26C is #552D93. Grayscale: #BABABA. Windows color (decimal): -5582228 or 7131818. OLE color: 7131818.
HSL color Cylindrical-coordinate representation of color #AAD26C: hue angle of 83.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAD26C is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 108 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.18 |
| HSL | 83.53º | 0.53% | 0.62% | - |
| HSV(B) | 83.53º | 0.49% | 0.82% | - |
| XYZ | 42.33 | 55.72 | 22.71 | - |
| YUV | 186.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 108 | 0.19 | 0 | 0.49 | 0.18 | 83.53 | 0.53 | 0.62 |
| Hex | AA | D2 | 6C | 13 | 0 | 31 | 12 | 54 | 35 | 3E |
| Octal | 252 | 322 | 154 | 23 | 0 | 61 | 22 | 124 | 65 | 76 |
| Binary | 10101010 | 11010010 | 1101100 | 10011 | 0 | 110001 | 10010 | 1010100 | 110101 | 111110 |
Color Harmonies of #AAD26C
Complementary color
Monochromatic Colors of #AAD26C
Black with #AAD26C
Text Example
Text Example
White with #AAD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD26C; }
p { color: rgb(170,210,108); }
H1.HeaderClassName
{
color: #AAD26C;
}
.AnyTagClassName
{
color: #AAD26C;
}
</style>
background-color css
<style>
a { background-color: #AAD26C; }
a { background-color: rgb(170,210,108); }
div.DivClassName
{
background-color: #AAD26C;
}
.BgClassName
{
background-color: #AAD26C;
}
</style>
border-color css
<style>
span { border-color: #AAD26C; }
span { border-color: rgb(170,210,108); }
td.TdClassName
{
border-color: #AAD26C;
}
.TagClassName
{
border-color: #AAD26C;
}
</style>