Shades of Caper #AABD7A
Tints of Caper #AABD7A
RGB
CMYK
RGB Variations
Color information
#AABD7A (or 0xAABD7A) is known color: Caper. HEX triplet: AA, BD and 7A. RGB value is (170,189,122). Sum of RGB (Red+Green+Blue) = 170+189+122=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD7A is #554285. Grayscale: #AFAFAF. Windows color (decimal): -5587590 or 8043946. OLE color: 8043946.
HSL color Cylindrical-coordinate representation of color #AABD7A: hue angle of 77.01º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AABD7A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 122 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.26 |
| HSL | 77.01º | 0.34% | 0.61% | - |
| HSV(B) | 77.01º | 0.35% | 0.74% | - |
| XYZ | 38.29 | 46.35 | 25.34 | - |
| YUV | 175.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 122 | 0.10 | 0 | 0.35 | 0.26 | 77.01 | 0.34 | 0.61 |
| Hex | AA | BD | 7A | A | 0 | 23 | 1A | 4D | 22 | 3D |
| Octal | 252 | 275 | 172 | 12 | 0 | 43 | 32 | 115 | 42 | 75 |
| Binary | 10101010 | 10111101 | 1111010 | 1010 | 0 | 100011 | 11010 | 1001101 | 100010 | 111101 |
Color Harmonies of #AABD7A
Complementary color
Monochromatic Colors of #AABD7A
Black with #AABD7A
Text Example
Text Example
White with #AABD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD7A; }
p { color: rgb(170,189,122); }
H1.HeaderClassName
{
color: #AABD7A;
}
.AnyTagClassName
{
color: #AABD7A;
}
</style>
background-color css
<style>
a { background-color: #AABD7A; }
a { background-color: rgb(170,189,122); }
div.DivClassName
{
background-color: #AABD7A;
}
.BgClassName
{
background-color: #AABD7A;
}
</style>
border-color css
<style>
span { border-color: #AABD7A; }
span { border-color: rgb(170,189,122); }
td.TdClassName
{
border-color: #AABD7A;
}
.TagClassName
{
border-color: #AABD7A;
}
</style>