Shades of Caper #ADB96F
Tints of Caper #ADB96F
RGB
CMYK
RGB Variations
Color information
#ADB96F (or 0xADB96F) is known color: Caper. HEX triplet: AD, B9 and 6F. RGB value is (173,185,111). Sum of RGB (Red+Green+Blue) = 173+185+111=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB96F is #524690. Grayscale: #ADADAD. Windows color (decimal): -5392017 or 7322029. OLE color: 7322029.
HSL color Cylindrical-coordinate representation of color #ADB96F: hue angle of 69.73º 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 #ADB96F is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 111 | - |
| CMYK | 0.06 | 0 | 0.4 | 0.27 |
| HSL | 69.73º | 0.35% | 0.58% | - |
| HSV(B) | 69.73º | 0.4% | 0.73% | - |
| XYZ | 37.45 | 44.73 | 21.7 | - |
| YUV | 172.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 111 | 0.06 | 0 | 0.4 | 0.27 | 69.73 | 0.35 | 0.58 |
| Hex | AD | B9 | 6F | 6 | 0 | 28 | 1B | 46 | 23 | 3A |
| Octal | 255 | 271 | 157 | 6 | 0 | 50 | 33 | 106 | 43 | 72 |
| Binary | 10101101 | 10111001 | 1101111 | 110 | 0 | 101000 | 11011 | 1000110 | 100011 | 111010 |
Color Harmonies of #ADB96F
Complementary color
Monochromatic Colors of #ADB96F
Black with #ADB96F
Text Example
Text Example
White with #ADB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB96F; }
p { color: rgb(173,185,111); }
H1.HeaderClassName
{
color: #ADB96F;
}
.AnyTagClassName
{
color: #ADB96F;
}
</style>
background-color css
<style>
a { background-color: #ADB96F; }
a { background-color: rgb(173,185,111); }
div.DivClassName
{
background-color: #ADB96F;
}
.BgClassName
{
background-color: #ADB96F;
}
</style>
border-color css
<style>
span { border-color: #ADB96F; }
span { border-color: rgb(173,185,111); }
td.TdClassName
{
border-color: #ADB96F;
}
.TagClassName
{
border-color: #ADB96F;
}
</style>