Shades of Caper #AABD8A
Tints of Caper #AABD8A
RGB
CMYK
RGB Variations
Color information
#AABD8A (or 0xAABD8A) is known color: Caper. HEX triplet: AA, BD and 8A. RGB value is (170,189,138). Sum of RGB (Red+Green+Blue) = 170+189+138=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8A is #554275. Grayscale: #B1B1B1. Windows color (decimal): -5587574 or 9092522. OLE color: 9092522.
HSL color Cylindrical-coordinate representation of color #AABD8A: hue angle of 82.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABD8A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 138 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.26 |
| HSL | 82.35º | 0.28% | 0.64% | - |
| HSV(B) | 82.35º | 0.27% | 0.74% | - |
| XYZ | 39.36 | 46.78 | 31 | - |
| YUV | 177.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 138 | 0.10 | 0 | 0.27 | 0.26 | 82.35 | 0.28 | 0.64 |
| Hex | AA | BD | 8A | A | 0 | 1B | 1A | 52 | 1C | 40 |
| Octal | 252 | 275 | 212 | 12 | 0 | 33 | 32 | 122 | 34 | 100 |
| Binary | 10101010 | 10111101 | 10001010 | 1010 | 0 | 11011 | 11010 | 1010010 | 11100 | 1000000 |
Color Harmonies of #AABD8A
Complementary color
Monochromatic Colors of #AABD8A
Black with #AABD8A
Text Example
Text Example
White with #AABD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD8A; }
p { color: rgb(170,189,138); }
H1.HeaderClassName
{
color: #AABD8A;
}
.AnyTagClassName
{
color: #AABD8A;
}
</style>
background-color css
<style>
a { background-color: #AABD8A; }
a { background-color: rgb(170,189,138); }
div.DivClassName
{
background-color: #AABD8A;
}
.BgClassName
{
background-color: #AABD8A;
}
</style>
border-color css
<style>
span { border-color: #AABD8A; }
span { border-color: rgb(170,189,138); }
td.TdClassName
{
border-color: #AABD8A;
}
.TagClassName
{
border-color: #AABD8A;
}
</style>