Shades of Caper #ADBB8D
Tints of Caper #ADBB8D
RGB
CMYK
RGB Variations
Color information
#ADBB8D (or 0xADBB8D) is known color: Caper. HEX triplet: AD, BB and 8D. RGB value is (173,187,141). Sum of RGB (Red+Green+Blue) = 173+187+141=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB8D is #524472. Grayscale: #B1B1B1. Windows color (decimal): -5391475 or 9288621. OLE color: 9288621.
HSL color Cylindrical-coordinate representation of color #ADBB8D: hue angle of 78.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBB8D is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 141 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.27 |
| HSL | 78.26º | 0.25% | 0.64% | - |
| HSV(B) | 78.26º | 0.25% | 0.73% | - |
| XYZ | 39.81 | 46.35 | 32.05 | - |
| YUV | 177.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 141 | 0.07 | 0 | 0.25 | 0.27 | 78.26 | 0.25 | 0.64 |
| Hex | AD | BB | 8D | 7 | 0 | 19 | 1B | 4E | 19 | 40 |
| Octal | 255 | 273 | 215 | 7 | 0 | 31 | 33 | 116 | 31 | 100 |
| Binary | 10101101 | 10111011 | 10001101 | 111 | 0 | 11001 | 11011 | 1001110 | 11001 | 1000000 |
Color Harmonies of #ADBB8D
Complementary color
Monochromatic Colors of #ADBB8D
Black with #ADBB8D
Text Example
Text Example
White with #ADBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB8D; }
p { color: rgb(173,187,141); }
H1.HeaderClassName
{
color: #ADBB8D;
}
.AnyTagClassName
{
color: #ADBB8D;
}
</style>
background-color css
<style>
a { background-color: #ADBB8D; }
a { background-color: rgb(173,187,141); }
div.DivClassName
{
background-color: #ADBB8D;
}
.BgClassName
{
background-color: #ADBB8D;
}
</style>
border-color css
<style>
span { border-color: #ADBB8D; }
span { border-color: rgb(173,187,141); }
td.TdClassName
{
border-color: #ADBB8D;
}
.TagClassName
{
border-color: #ADBB8D;
}
</style>