Shades of Caper #ADB876
Tints of Caper #ADB876
RGB
CMYK
RGB Variations
Color information
#ADB876 (or 0xADB876) is known color: Caper. HEX triplet: AD, B8 and 76. RGB value is (173,184,118). Sum of RGB (Red+Green+Blue) = 173+184+118=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB876 is #524789. Grayscale: #ADADAD. Windows color (decimal): -5392266 or 7780525. OLE color: 7780525.
HSL color Cylindrical-coordinate representation of color #ADB876: hue angle of 70º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB876 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 118 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.28 |
| HSL | 70º | 0.32% | 0.59% | - |
| HSV(B) | 70º | 0.36% | 0.72% | - |
| XYZ | 37.64 | 44.47 | 23.74 | - |
| YUV | 173.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 118 | 0.06 | 0 | 0.36 | 0.28 | 70 | 0.32 | 0.59 |
| Hex | AD | B8 | 76 | 6 | 0 | 24 | 1C | 46 | 20 | 3B |
| Octal | 255 | 270 | 166 | 6 | 0 | 44 | 34 | 106 | 40 | 73 |
| Binary | 10101101 | 10111000 | 1110110 | 110 | 0 | 100100 | 11100 | 1000110 | 100000 | 111011 |
Color Harmonies of #ADB876
Complementary color
Monochromatic Colors of #ADB876
Black with #ADB876
Text Example
Text Example
White with #ADB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB876; }
p { color: rgb(173,184,118); }
H1.HeaderClassName
{
color: #ADB876;
}
.AnyTagClassName
{
color: #ADB876;
}
</style>
background-color css
<style>
a { background-color: #ADB876; }
a { background-color: rgb(173,184,118); }
div.DivClassName
{
background-color: #ADB876;
}
.BgClassName
{
background-color: #ADB876;
}
</style>
border-color css
<style>
span { border-color: #ADB876; }
span { border-color: rgb(173,184,118); }
td.TdClassName
{
border-color: #ADB876;
}
.TagClassName
{
border-color: #ADB876;
}
</style>