Shades of Caper #AABD7E
Tints of Caper #AABD7E
RGB
CMYK
RGB Variations
Color information
#AABD7E (or 0xAABD7E) is known color: Caper. HEX triplet: AA, BD and 7E. RGB value is (170,189,126). Sum of RGB (Red+Green+Blue) = 170+189+126=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD7E is #554281. Grayscale: #B0B0B0. Windows color (decimal): -5587586 or 8306090. OLE color: 8306090.
HSL color Cylindrical-coordinate representation of color #AABD7E: hue angle of 78.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABD7E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 126 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.26 |
| HSL | 78.1º | 0.32% | 0.62% | - |
| HSV(B) | 78.1º | 0.33% | 0.74% | - |
| XYZ | 38.54 | 46.45 | 26.67 | - |
| YUV | 176.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 126 | 0.10 | 0 | 0.33 | 0.26 | 78.1 | 0.32 | 0.62 |
| Hex | AA | BD | 7E | A | 0 | 21 | 1A | 4E | 20 | 3E |
| Octal | 252 | 275 | 176 | 12 | 0 | 41 | 32 | 116 | 40 | 76 |
| Binary | 10101010 | 10111101 | 1111110 | 1010 | 0 | 100001 | 11010 | 1001110 | 100000 | 111110 |
Color Harmonies of #AABD7E
Complementary color
Monochromatic Colors of #AABD7E
Black with #AABD7E
Text Example
Text Example
White with #AABD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD7E; }
p { color: rgb(170,189,126); }
H1.HeaderClassName
{
color: #AABD7E;
}
.AnyTagClassName
{
color: #AABD7E;
}
</style>
background-color css
<style>
a { background-color: #AABD7E; }
a { background-color: rgb(170,189,126); }
div.DivClassName
{
background-color: #AABD7E;
}
.BgClassName
{
background-color: #AABD7E;
}
</style>
border-color css
<style>
span { border-color: #AABD7E; }
span { border-color: rgb(170,189,126); }
td.TdClassName
{
border-color: #AABD7E;
}
.TagClassName
{
border-color: #AABD7E;
}
</style>