Shades of Caper #AAD075
Tints of Caper #AAD075
RGB
CMYK
RGB Variations
Color information
#AAD075 (or 0xAAD075) is known color: Caper. HEX triplet: AA, D0 and 75. RGB value is (170,208,117). Sum of RGB (Red+Green+Blue) = 170+208+117=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD075 is #552F8A. Grayscale: #BABABA. Windows color (decimal): -5582731 or 7721130. OLE color: 7721130.
HSL color Cylindrical-coordinate representation of color #AAD075: hue angle of 85.05º 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 #AAD075 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 117 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.18 |
| HSL | 85.05º | 0.49% | 0.64% | - |
| HSV(B) | 85.05º | 0.44% | 0.82% | - |
| XYZ | 42.34 | 54.94 | 25.2 | - |
| YUV | 186.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 117 | 0.18 | 0 | 0.44 | 0.18 | 85.05 | 0.49 | 0.64 |
| Hex | AA | D0 | 75 | 12 | 0 | 2C | 12 | 55 | 31 | 40 |
| Octal | 252 | 320 | 165 | 22 | 0 | 54 | 22 | 125 | 61 | 100 |
| Binary | 10101010 | 11010000 | 1110101 | 10010 | 0 | 101100 | 10010 | 1010101 | 110001 | 1000000 |
Color Harmonies of #AAD075
Complementary color
Monochromatic Colors of #AAD075
Black with #AAD075
Text Example
Text Example
White with #AAD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD075; }
p { color: rgb(170,208,117); }
H1.HeaderClassName
{
color: #AAD075;
}
.AnyTagClassName
{
color: #AAD075;
}
</style>
background-color css
<style>
a { background-color: #AAD075; }
a { background-color: rgb(170,208,117); }
div.DivClassName
{
background-color: #AAD075;
}
.BgClassName
{
background-color: #AAD075;
}
</style>
border-color css
<style>
span { border-color: #AAD075; }
span { border-color: rgb(170,208,117); }
td.TdClassName
{
border-color: #AAD075;
}
.TagClassName
{
border-color: #AAD075;
}
</style>