Shades of Caper #AABD6D
Tints of Caper #AABD6D
RGB
CMYK
RGB Variations
Color information
#AABD6D (or 0xAABD6D) is known color: Caper. HEX triplet: AA, BD and 6D. RGB value is (170,189,109). Sum of RGB (Red+Green+Blue) = 170+189+109=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6D is #554292. Grayscale: #AEAEAE. Windows color (decimal): -5587603 or 7191978. OLE color: 7191978.
HSL color Cylindrical-coordinate representation of color #AABD6D: hue angle of 74.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AABD6D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 109 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.26 |
| HSL | 74.25º | 0.38% | 0.58% | - |
| HSV(B) | 74.25º | 0.42% | 0.74% | - |
| XYZ | 37.54 | 46.05 | 21.38 | - |
| YUV | 174.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 109 | 0.10 | 0 | 0.42 | 0.26 | 74.25 | 0.38 | 0.58 |
| Hex | AA | BD | 6D | A | 0 | 2A | 1A | 4A | 26 | 3A |
| Octal | 252 | 275 | 155 | 12 | 0 | 52 | 32 | 112 | 46 | 72 |
| Binary | 10101010 | 10111101 | 1101101 | 1010 | 0 | 101010 | 11010 | 1001010 | 100110 | 111010 |
Color Harmonies of #AABD6D
Complementary color
Monochromatic Colors of #AABD6D
Black with #AABD6D
Text Example
Text Example
White with #AABD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD6D; }
p { color: rgb(170,189,109); }
H1.HeaderClassName
{
color: #AABD6D;
}
.AnyTagClassName
{
color: #AABD6D;
}
</style>
background-color css
<style>
a { background-color: #AABD6D; }
a { background-color: rgb(170,189,109); }
div.DivClassName
{
background-color: #AABD6D;
}
.BgClassName
{
background-color: #AABD6D;
}
</style>
border-color css
<style>
span { border-color: #AABD6D; }
span { border-color: rgb(170,189,109); }
td.TdClassName
{
border-color: #AABD6D;
}
.TagClassName
{
border-color: #AABD6D;
}
</style>