Shades of Caper #ADB776
Tints of Caper #ADB776
RGB
CMYK
RGB Variations
Color information
#ADB776 (or 0xADB776) is known color: Caper. HEX triplet: AD, B7 and 76. RGB value is (173,183,118). Sum of RGB (Red+Green+Blue) = 173+183+118=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB776 is #524889. Grayscale: #ACACAC. Windows color (decimal): -5392522 or 7780269. OLE color: 7780269.
HSL color Cylindrical-coordinate representation of color #ADB776: hue angle of 69.23º degrees, saturation: 0.31, 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 #ADB776 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 118 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.28 |
| HSL | 69.23º | 0.31% | 0.59% | - |
| HSV(B) | 69.23º | 0.36% | 0.72% | - |
| XYZ | 37.44 | 44.06 | 23.67 | - |
| YUV | 172.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 118 | 0.05 | 0 | 0.36 | 0.28 | 69.23 | 0.31 | 0.59 |
| Hex | AD | B7 | 76 | 5 | 0 | 24 | 1C | 45 | 1F | 3B |
| Octal | 255 | 267 | 166 | 5 | 0 | 44 | 34 | 105 | 37 | 73 |
| Binary | 10101101 | 10110111 | 1110110 | 101 | 0 | 100100 | 11100 | 1000101 | 11111 | 111011 |
Color Harmonies of #ADB776
Complementary color
Monochromatic Colors of #ADB776
Black with #ADB776
Text Example
Text Example
White with #ADB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB776; }
p { color: rgb(173,183,118); }
H1.HeaderClassName
{
color: #ADB776;
}
.AnyTagClassName
{
color: #ADB776;
}
</style>
background-color css
<style>
a { background-color: #ADB776; }
a { background-color: rgb(173,183,118); }
div.DivClassName
{
background-color: #ADB776;
}
.BgClassName
{
background-color: #ADB776;
}
</style>
border-color css
<style>
span { border-color: #ADB776; }
span { border-color: rgb(173,183,118); }
td.TdClassName
{
border-color: #ADB776;
}
.TagClassName
{
border-color: #ADB776;
}
</style>