Shades of Conch #ADB7B6
Tints of Conch #ADB7B6
RGB
CMYK
RGB Variations
Color information
#ADB7B6 (or 0xADB7B6) is known color: Conch. HEX triplet: AD, B7 and B6. RGB value is (173,183,182). Sum of RGB (Red+Green+Blue) = 173+183+182=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7B6 is #524849. Grayscale: #B3B3B3. Windows color (decimal): -5392458 or 11974573. OLE color: 11974573.
HSL color Cylindrical-coordinate representation of color #ADB7B6: hue angle of 174º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB7B6 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 182 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.28 |
| HSL | 174º | 0.06% | 0.7% | - |
| HSV(B) | 174º | 0.05% | 0.72% | - |
| XYZ | 42.61 | 46.13 | 50.91 | - |
| YUV | 179.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 182 | 0.05 | 0 | 0.01 | 0.28 | 174 | 0.06 | 0.7 |
| Hex | AD | B7 | B6 | 5 | 0 | 1 | 1C | AE | 6 | 46 |
| Octal | 255 | 267 | 266 | 5 | 0 | 1 | 34 | 256 | 6 | 106 |
| Binary | 10101101 | 10110111 | 10110110 | 101 | 0 | 1 | 11100 | 10101110 | 110 | 1000110 |
Color Harmonies of #ADB7B6
Complementary color
Monochromatic Colors of #ADB7B6
Black with #ADB7B6
Text Example
Text Example
White with #ADB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7B6; }
p { color: rgb(173,183,182); }
H1.HeaderClassName
{
color: #ADB7B6;
}
.AnyTagClassName
{
color: #ADB7B6;
}
</style>
background-color css
<style>
a { background-color: #ADB7B6; }
a { background-color: rgb(173,183,182); }
div.DivClassName
{
background-color: #ADB7B6;
}
.BgClassName
{
background-color: #ADB7B6;
}
</style>
border-color css
<style>
span { border-color: #ADB7B6; }
span { border-color: rgb(173,183,182); }
td.TdClassName
{
border-color: #ADB7B6;
}
.TagClassName
{
border-color: #ADB7B6;
}
</style>