Shades of Conch #A6B7B6
Tints of Conch #A6B7B6
RGB
CMYK
RGB Variations
Color information
#A6B7B6 (or 0xA6B7B6) is known color: Conch. HEX triplet: A6, B7 and B6. RGB value is (166,183,182). Sum of RGB (Red+Green+Blue) = 166+183+182=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7B6 is #594849. Grayscale: #B1B1B1. Windows color (decimal): -5851210 or 11974566. OLE color: 11974566.
HSL color Cylindrical-coordinate representation of color #A6B7B6: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B7B6 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 166 | 183 | 182 | - |
CMYK | 0.09 | 0 | 0.01 | 0.28 |
HSL | 176.47º | 0.11% | 0.68% | - |
HSV(B) | 176.47º | 0.09% | 0.72% | - |
XYZ | 41.1 | 45.35 | 50.84 | - |
YUV | 177.8 | 130.37 | 119.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 183 | 182 | 0.09 | 0 | 0.01 | 0.28 | 176.47 | 0.11 | 0.68 |
Hex | A6 | B7 | B6 | 9 | 0 | 1 | 1C | B0 | B | 44 |
Octal | 246 | 267 | 266 | 11 | 0 | 1 | 34 | 260 | 13 | 104 |
Binary | 10100110 | 10110111 | 10110110 | 1001 | 0 | 1 | 11100 | 10110000 | 1011 | 1000100 |
Color Harmonies of #A6B7B6
Complementary color
Monochromatic Colors of #A6B7B6
Black with #A6B7B6
Text Example
Text Example
White with #A6B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7B6; }
p { color: rgb(166,183,182); }
H1.HeaderClassName
{
color: #A6B7B6;
}
.AnyTagClassName
{
color: #A6B7B6;
}
</style>
background-color css
<style>
a { background-color: #A6B7B6; }
a { background-color: rgb(166,183,182); }
div.DivClassName
{
background-color: #A6B7B6;
}
.BgClassName
{
background-color: #A6B7B6;
}
</style>
border-color css
<style>
span { border-color: #A6B7B6; }
span { border-color: rgb(166,183,182); }
td.TdClassName
{
border-color: #A6B7B6;
}
.TagClassName
{
border-color: #A6B7B6;
}
</style>