Shades of Caper #ADBA6F
Tints of Caper #ADBA6F
RGB
CMYK
RGB Variations
Color information
#ADBA6F (or 0xADBA6F) is known color: Caper. HEX triplet: AD, BA and 6F. RGB value is (173,186,111). Sum of RGB (Red+Green+Blue) = 173+186+111=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA6F is #524590. Grayscale: #ADADAD. Windows color (decimal): -5391761 or 7322285. OLE color: 7322285.
HSL color Cylindrical-coordinate representation of color #ADBA6F: hue angle of 70.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBA6F is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 111 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.27 |
| HSL | 70.4º | 0.35% | 0.58% | - |
| HSV(B) | 70.4º | 0.4% | 0.73% | - |
| XYZ | 37.66 | 45.15 | 21.77 | - |
| YUV | 173.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 111 | 0.07 | 0 | 0.40 | 0.27 | 70.4 | 0.35 | 0.58 |
| Hex | AD | BA | 6F | 7 | 0 | 28 | 1B | 46 | 23 | 3A |
| Octal | 255 | 272 | 157 | 7 | 0 | 50 | 33 | 106 | 43 | 72 |
| Binary | 10101101 | 10111010 | 1101111 | 111 | 0 | 101000 | 11011 | 1000110 | 100011 | 111010 |
Color Harmonies of #ADBA6F
Complementary color
Monochromatic Colors of #ADBA6F
Black with #ADBA6F
Text Example
Text Example
White with #ADBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA6F; }
p { color: rgb(173,186,111); }
H1.HeaderClassName
{
color: #ADBA6F;
}
.AnyTagClassName
{
color: #ADBA6F;
}
</style>
background-color css
<style>
a { background-color: #ADBA6F; }
a { background-color: rgb(173,186,111); }
div.DivClassName
{
background-color: #ADBA6F;
}
.BgClassName
{
background-color: #ADBA6F;
}
</style>
border-color css
<style>
span { border-color: #ADBA6F; }
span { border-color: rgb(173,186,111); }
td.TdClassName
{
border-color: #ADBA6F;
}
.TagClassName
{
border-color: #ADBA6F;
}
</style>