Shades of Opal #ADBAB7
Tints of Opal #ADBAB7
RGB
CMYK
RGB Variations
Color information
#ADBAB7 (or 0xADBAB7) is known color: Opal. HEX triplet: AD, BA and B7. RGB value is (173,186,183). Sum of RGB (Red+Green+Blue) = 173+186+183=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAB7 is #524548. Grayscale: #B5B5B5. Windows color (decimal): -5391689 or 12040877. OLE color: 12040877.
HSL color Cylindrical-coordinate representation of color #ADBAB7: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 183 | - |
CMYK | 0.07 | 0 | 0.02 | 0.27 |
HSL | 166.15º | 0.09% | 0.7% | - |
HSV(B) | 166.15º | 0.07% | 0.73% | - |
XYZ | 43.34 | 47.42 | 51.67 | - |
YUV | 181.77 | 128.69 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 183 | 0.07 | 0 | 0.02 | 0.27 | 166.15 | 0.09 | 0.7 |
Hex | AD | BA | B7 | 7 | 0 | 2 | 1B | A6 | 9 | 46 |
Octal | 255 | 272 | 267 | 7 | 0 | 2 | 33 | 246 | 11 | 106 |
Binary | 10101101 | 10111010 | 10110111 | 111 | 0 | 10 | 11011 | 10100110 | 1001 | 1000110 |
Color Harmonies of #ADBAB7
Complementary color
Monochromatic Colors of #ADBAB7
Black with #ADBAB7
Text Example
Text Example
White with #ADBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAB7; }
p { color: rgb(173,186,183); }
H1.HeaderClassName
{
color: #ADBAB7;
}
.AnyTagClassName
{
color: #ADBAB7;
}
</style>
background-color css
<style>
a { background-color: #ADBAB7; }
a { background-color: rgb(173,186,183); }
div.DivClassName
{
background-color: #ADBAB7;
}
.BgClassName
{
background-color: #ADBAB7;
}
</style>
border-color css
<style>
span { border-color: #ADBAB7; }
span { border-color: rgb(173,186,183); }
td.TdClassName
{
border-color: #ADBAB7;
}
.TagClassName
{
border-color: #ADBAB7;
}
</style>