Shades of Caper #ADBB8B
Tints of Caper #ADBB8B
RGB
CMYK
RGB Variations
Color information
#ADBB8B (or 0xADBB8B) is known color: Caper. HEX triplet: AD, BB and 8B. RGB value is (173,187,139). Sum of RGB (Red+Green+Blue) = 173+187+139=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB8B is #524474. Grayscale: #B1B1B1. Windows color (decimal): -5391477 or 9157549. OLE color: 9157549.
HSL color Cylindrical-coordinate representation of color #ADBB8B: hue angle of 77.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBB8B is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 139 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.27 |
| HSL | 77.5º | 0.26% | 0.64% | - |
| HSV(B) | 77.5º | 0.26% | 0.73% | - |
| XYZ | 39.66 | 46.29 | 31.27 | - |
| YUV | 177.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 139 | 0.07 | 0 | 0.26 | 0.27 | 77.5 | 0.26 | 0.64 |
| Hex | AD | BB | 8B | 7 | 0 | 1A | 1B | 4E | 1A | 40 |
| Octal | 255 | 273 | 213 | 7 | 0 | 32 | 33 | 116 | 32 | 100 |
| Binary | 10101101 | 10111011 | 10001011 | 111 | 0 | 11010 | 11011 | 1001110 | 11010 | 1000000 |
Color Harmonies of #ADBB8B
Complementary color
Monochromatic Colors of #ADBB8B
Black with #ADBB8B
Text Example
Text Example
White with #ADBB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB8B; }
p { color: rgb(173,187,139); }
H1.HeaderClassName
{
color: #ADBB8B;
}
.AnyTagClassName
{
color: #ADBB8B;
}
</style>
background-color css
<style>
a { background-color: #ADBB8B; }
a { background-color: rgb(173,187,139); }
div.DivClassName
{
background-color: #ADBB8B;
}
.BgClassName
{
background-color: #ADBB8B;
}
</style>
border-color css
<style>
span { border-color: #ADBB8B; }
span { border-color: rgb(173,187,139); }
td.TdClassName
{
border-color: #ADBB8B;
}
.TagClassName
{
border-color: #ADBB8B;
}
</style>