Shades of Caper #AAD06C
Tints of Caper #AAD06C
RGB
CMYK
RGB Variations
Color information
#AAD06C (or 0xAAD06C) is known color: Caper. HEX triplet: AA, D0 and 6C. RGB value is (170,208,108). Sum of RGB (Red+Green+Blue) = 170+208+108=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD06C is #552F93. Grayscale: #B9B9B9. Windows color (decimal): -5582740 or 7131306. OLE color: 7131306.
HSL color Cylindrical-coordinate representation of color #AAD06C: hue angle of 82.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD06C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 108 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.18 |
| HSL | 82.8º | 0.52% | 0.62% | - |
| HSV(B) | 82.8º | 0.48% | 0.82% | - |
| XYZ | 41.84 | 54.74 | 22.55 | - |
| YUV | 185.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 108 | 0.18 | 0 | 0.48 | 0.18 | 82.8 | 0.52 | 0.62 |
| Hex | AA | D0 | 6C | 12 | 0 | 30 | 12 | 53 | 34 | 3E |
| Octal | 252 | 320 | 154 | 22 | 0 | 60 | 22 | 123 | 64 | 76 |
| Binary | 10101010 | 11010000 | 1101100 | 10010 | 0 | 110000 | 10010 | 1010011 | 110100 | 111110 |
Color Harmonies of #AAD06C
Complementary color
Monochromatic Colors of #AAD06C
Black with #AAD06C
Text Example
Text Example
White with #AAD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD06C; }
p { color: rgb(170,208,108); }
H1.HeaderClassName
{
color: #AAD06C;
}
.AnyTagClassName
{
color: #AAD06C;
}
</style>
background-color css
<style>
a { background-color: #AAD06C; }
a { background-color: rgb(170,208,108); }
div.DivClassName
{
background-color: #AAD06C;
}
.BgClassName
{
background-color: #AAD06C;
}
</style>
border-color css
<style>
span { border-color: #AAD06C; }
span { border-color: rgb(170,208,108); }
td.TdClassName
{
border-color: #AAD06C;
}
.TagClassName
{
border-color: #AAD06C;
}
</style>