Shades of Caper #ADB88D
Tints of Caper #ADB88D
RGB
CMYK
RGB Variations
Color information
#ADB88D (or 0xADB88D) is known color: Caper. HEX triplet: AD, B8 and 8D. RGB value is (173,184,141). Sum of RGB (Red+Green+Blue) = 173+184+141=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB88D is #524772. Grayscale: #AFAFAF. Windows color (decimal): -5392243 or 9287853. OLE color: 9287853.
HSL color Cylindrical-coordinate representation of color #ADB88D: hue angle of 75.35º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB88D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 141 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.28 |
| HSL | 75.35º | 0.23% | 0.64% | - |
| HSV(B) | 75.35º | 0.23% | 0.72% | - |
| XYZ | 39.18 | 45.09 | 31.84 | - |
| YUV | 175.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 141 | 0.06 | 0 | 0.23 | 0.28 | 75.35 | 0.23 | 0.64 |
| Hex | AD | B8 | 8D | 6 | 0 | 17 | 1C | 4B | 17 | 40 |
| Octal | 255 | 270 | 215 | 6 | 0 | 27 | 34 | 113 | 27 | 100 |
| Binary | 10101101 | 10111000 | 10001101 | 110 | 0 | 10111 | 11100 | 1001011 | 10111 | 1000000 |
Color Harmonies of #ADB88D
Complementary color
Monochromatic Colors of #ADB88D
Black with #ADB88D
Text Example
Text Example
White with #ADB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB88D; }
p { color: rgb(173,184,141); }
H1.HeaderClassName
{
color: #ADB88D;
}
.AnyTagClassName
{
color: #ADB88D;
}
</style>
background-color css
<style>
a { background-color: #ADB88D; }
a { background-color: rgb(173,184,141); }
div.DivClassName
{
background-color: #ADB88D;
}
.BgClassName
{
background-color: #ADB88D;
}
</style>
border-color css
<style>
span { border-color: #ADB88D; }
span { border-color: rgb(173,184,141); }
td.TdClassName
{
border-color: #ADB88D;
}
.TagClassName
{
border-color: #ADB88D;
}
</style>