Shades of Caper #AABD6B
Tints of Caper #AABD6B
RGB
CMYK
RGB Variations
Color information
#AABD6B (or 0xAABD6B) is known color: Caper. HEX triplet: AA, BD and 6B. RGB value is (170,189,107). Sum of RGB (Red+Green+Blue) = 170+189+107=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6B is #554294. Grayscale: #AEAEAE. Windows color (decimal): -5587605 or 7060906. OLE color: 7060906.
HSL color Cylindrical-coordinate representation of color #AABD6B: hue angle of 73.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AABD6B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 107 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.26 |
| HSL | 73.9º | 0.38% | 0.58% | - |
| HSV(B) | 73.9º | 0.43% | 0.74% | - |
| XYZ | 37.43 | 46 | 20.82 | - |
| YUV | 173.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 107 | 0.10 | 0 | 0.43 | 0.26 | 73.9 | 0.38 | 0.58 |
| Hex | AA | BD | 6B | A | 0 | 2B | 1A | 4A | 26 | 3A |
| Octal | 252 | 275 | 153 | 12 | 0 | 53 | 32 | 112 | 46 | 72 |
| Binary | 10101010 | 10111101 | 1101011 | 1010 | 0 | 101011 | 11010 | 1001010 | 100110 | 111010 |
Color Harmonies of #AABD6B
Complementary color
Monochromatic Colors of #AABD6B
Black with #AABD6B
Text Example
Text Example
White with #AABD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD6B; }
p { color: rgb(170,189,107); }
H1.HeaderClassName
{
color: #AABD6B;
}
.AnyTagClassName
{
color: #AABD6B;
}
</style>
background-color css
<style>
a { background-color: #AABD6B; }
a { background-color: rgb(170,189,107); }
div.DivClassName
{
background-color: #AABD6B;
}
.BgClassName
{
background-color: #AABD6B;
}
</style>
border-color css
<style>
span { border-color: #AABD6B; }
span { border-color: rgb(170,189,107); }
td.TdClassName
{
border-color: #AABD6B;
}
.TagClassName
{
border-color: #AABD6B;
}
</style>