Shades of Caper #ADB784
Tints of Caper #ADB784
RGB
CMYK
RGB Variations
Color information
#ADB784 (or 0xADB784) is known color: Caper. HEX triplet: AD, B7 and 84. RGB value is (173,183,132). Sum of RGB (Red+Green+Blue) = 173+183+132=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB784 is #52487B. Grayscale: #AEAEAE. Windows color (decimal): -5392508 or 8697773. OLE color: 8697773.
HSL color Cylindrical-coordinate representation of color #ADB784: hue angle of 71.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB784 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 132 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.28 |
| HSL | 71.76º | 0.26% | 0.62% | - |
| HSV(B) | 71.76º | 0.28% | 0.72% | - |
| XYZ | 38.33 | 44.42 | 28.38 | - |
| YUV | 174.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 132 | 0.05 | 0 | 0.28 | 0.28 | 71.76 | 0.26 | 0.62 |
| Hex | AD | B7 | 84 | 5 | 0 | 1C | 1C | 48 | 1A | 3E |
| Octal | 255 | 267 | 204 | 5 | 0 | 34 | 34 | 110 | 32 | 76 |
| Binary | 10101101 | 10110111 | 10000100 | 101 | 0 | 11100 | 11100 | 1001000 | 11010 | 111110 |
Color Harmonies of #ADB784
Complementary color
Monochromatic Colors of #ADB784
Black with #ADB784
Text Example
Text Example
White with #ADB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB784; }
p { color: rgb(173,183,132); }
H1.HeaderClassName
{
color: #ADB784;
}
.AnyTagClassName
{
color: #ADB784;
}
</style>
background-color css
<style>
a { background-color: #ADB784; }
a { background-color: rgb(173,183,132); }
div.DivClassName
{
background-color: #ADB784;
}
.BgClassName
{
background-color: #ADB784;
}
</style>
border-color css
<style>
span { border-color: #ADB784; }
span { border-color: rgb(173,183,132); }
td.TdClassName
{
border-color: #ADB784;
}
.TagClassName
{
border-color: #ADB784;
}
</style>