Shades of Caper #AABA6D
Tints of Caper #AABA6D
RGB
CMYK
RGB Variations
Color information
#AABA6D (or 0xAABA6D) is known color: Caper. HEX triplet: AA, BA and 6D. RGB value is (170,186,109). Sum of RGB (Red+Green+Blue) = 170+186+109=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA6D is #554592. Grayscale: #ACACAC. Windows color (decimal): -5588371 or 7191210. OLE color: 7191210.
HSL color Cylindrical-coordinate representation of color #AABA6D: hue angle of 72.47º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AABA6D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 109 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.27 |
| HSL | 72.47º | 0.36% | 0.58% | - |
| HSV(B) | 72.47º | 0.41% | 0.73% | - |
| XYZ | 36.9 | 44.77 | 21.16 | - |
| YUV | 172.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 109 | 0.09 | 0 | 0.41 | 0.27 | 72.47 | 0.36 | 0.58 |
| Hex | AA | BA | 6D | 9 | 0 | 29 | 1B | 48 | 24 | 3A |
| Octal | 252 | 272 | 155 | 11 | 0 | 51 | 33 | 110 | 44 | 72 |
| Binary | 10101010 | 10111010 | 1101101 | 1001 | 0 | 101001 | 11011 | 1001000 | 100100 | 111010 |
Color Harmonies of #AABA6D
Complementary color
Monochromatic Colors of #AABA6D
Black with #AABA6D
Text Example
Text Example
White with #AABA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA6D; }
p { color: rgb(170,186,109); }
H1.HeaderClassName
{
color: #AABA6D;
}
.AnyTagClassName
{
color: #AABA6D;
}
</style>
background-color css
<style>
a { background-color: #AABA6D; }
a { background-color: rgb(170,186,109); }
div.DivClassName
{
background-color: #AABA6D;
}
.BgClassName
{
background-color: #AABA6D;
}
</style>
border-color css
<style>
span { border-color: #AABA6D; }
span { border-color: rgb(170,186,109); }
td.TdClassName
{
border-color: #AABA6D;
}
.TagClassName
{
border-color: #AABA6D;
}
</style>