Shades of Caper #AABD7C
Tints of Caper #AABD7C
RGB
CMYK
RGB Variations
Color information
#AABD7C (or 0xAABD7C) is known color: Caper. HEX triplet: AA, BD and 7C. RGB value is (170,189,124). Sum of RGB (Red+Green+Blue) = 170+189+124=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD7C is #554283. Grayscale: #B0B0B0. Windows color (decimal): -5587588 or 8175018. OLE color: 8175018.
HSL color Cylindrical-coordinate representation of color #AABD7C: hue angle of 77.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABD7C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 124 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.26 |
| HSL | 77.54º | 0.33% | 0.61% | - |
| HSV(B) | 77.54º | 0.34% | 0.74% | - |
| XYZ | 38.41 | 46.4 | 26 | - |
| YUV | 175.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 124 | 0.10 | 0 | 0.34 | 0.26 | 77.54 | 0.33 | 0.61 |
| Hex | AA | BD | 7C | A | 0 | 22 | 1A | 4E | 21 | 3D |
| Octal | 252 | 275 | 174 | 12 | 0 | 42 | 32 | 116 | 41 | 75 |
| Binary | 10101010 | 10111101 | 1111100 | 1010 | 0 | 100010 | 11010 | 1001110 | 100001 | 111101 |
Color Harmonies of #AABD7C
Complementary color
Monochromatic Colors of #AABD7C
Black with #AABD7C
Text Example
Text Example
White with #AABD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD7C; }
p { color: rgb(170,189,124); }
H1.HeaderClassName
{
color: #AABD7C;
}
.AnyTagClassName
{
color: #AABD7C;
}
</style>
background-color css
<style>
a { background-color: #AABD7C; }
a { background-color: rgb(170,189,124); }
div.DivClassName
{
background-color: #AABD7C;
}
.BgClassName
{
background-color: #AABD7C;
}
</style>
border-color css
<style>
span { border-color: #AABD7C; }
span { border-color: rgb(170,189,124); }
td.TdClassName
{
border-color: #AABD7C;
}
.TagClassName
{
border-color: #AABD7C;
}
</style>