Shades of Opal #ADB9B6
Tints of Opal #ADB9B6
RGB
CMYK
RGB Variations
Color information
#ADB9B6 (or 0xADB9B6) is known color: Opal. HEX triplet: AD, B9 and B6. RGB value is (173,185,182). Sum of RGB (Red+Green+Blue) = 173+185+182=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9B6 is #524649. Grayscale: #B5B5B5. Windows color (decimal): -5391946 or 11975085. OLE color: 11975085.
HSL color Cylindrical-coordinate representation of color #ADB9B6: hue angle of 165º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB9B6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 182 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.27 |
| HSL | 165º | 0.08% | 0.7% | - |
| HSV(B) | 165º | 0.06% | 0.73% | - |
| XYZ | 43.03 | 46.96 | 51.05 | - |
| YUV | 181.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 182 | 0.06 | 0 | 0.02 | 0.27 | 165 | 0.08 | 0.7 |
| Hex | AD | B9 | B6 | 6 | 0 | 2 | 1B | A5 | 8 | 46 |
| Octal | 255 | 271 | 266 | 6 | 0 | 2 | 33 | 245 | 10 | 106 |
| Binary | 10101101 | 10111001 | 10110110 | 110 | 0 | 10 | 11011 | 10100101 | 1000 | 1000110 |
Color Harmonies of #ADB9B6
Complementary color
Monochromatic Colors of #ADB9B6
Black with #ADB9B6
Text Example
Text Example
White with #ADB9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9B6; }
p { color: rgb(173,185,182); }
H1.HeaderClassName
{
color: #ADB9B6;
}
.AnyTagClassName
{
color: #ADB9B6;
}
</style>
background-color css
<style>
a { background-color: #ADB9B6; }
a { background-color: rgb(173,185,182); }
div.DivClassName
{
background-color: #ADB9B6;
}
.BgClassName
{
background-color: #ADB9B6;
}
</style>
border-color css
<style>
span { border-color: #ADB9B6; }
span { border-color: rgb(173,185,182); }
td.TdClassName
{
border-color: #ADB9B6;
}
.TagClassName
{
border-color: #ADB9B6;
}
</style>