Shades of Caper #ADB984
Tints of Caper #ADB984
RGB
CMYK
RGB Variations
Color information
#ADB984 (or 0xADB984) is known color: Caper. HEX triplet: AD, B9 and 84. RGB value is (173,185,132). Sum of RGB (Red+Green+Blue) = 173+185+132=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB984 is #52467B. Grayscale: #AFAFAF. Windows color (decimal): -5391996 or 8698285. OLE color: 8698285.
HSL color Cylindrical-coordinate representation of color #ADB984: hue angle of 73.58º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB984 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 132 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.27 |
| HSL | 73.58º | 0.27% | 0.62% | - |
| HSV(B) | 73.58º | 0.29% | 0.73% | - |
| XYZ | 38.75 | 45.25 | 28.52 | - |
| YUV | 175.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 132 | 0.06 | 0 | 0.29 | 0.27 | 73.58 | 0.27 | 0.62 |
| Hex | AD | B9 | 84 | 6 | 0 | 1D | 1B | 4A | 1B | 3E |
| Octal | 255 | 271 | 204 | 6 | 0 | 35 | 33 | 112 | 33 | 76 |
| Binary | 10101101 | 10111001 | 10000100 | 110 | 0 | 11101 | 11011 | 1001010 | 11011 | 111110 |
Color Harmonies of #ADB984
Complementary color
Monochromatic Colors of #ADB984
Black with #ADB984
Text Example
Text Example
White with #ADB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB984; }
p { color: rgb(173,185,132); }
H1.HeaderClassName
{
color: #ADB984;
}
.AnyTagClassName
{
color: #ADB984;
}
</style>
background-color css
<style>
a { background-color: #ADB984; }
a { background-color: rgb(173,185,132); }
div.DivClassName
{
background-color: #ADB984;
}
.BgClassName
{
background-color: #ADB984;
}
</style>
border-color css
<style>
span { border-color: #ADB984; }
span { border-color: rgb(173,185,132); }
td.TdClassName
{
border-color: #ADB984;
}
.TagClassName
{
border-color: #ADB984;
}
</style>