Shades of Conch #A2B7B6
Tints of Conch #A2B7B6
RGB
CMYK
RGB Variations
Color information
#A2B7B6 (or 0xA2B7B6) is known color: Conch. HEX triplet: A2, B7 and B6. RGB value is (162,183,182). Sum of RGB (Red+Green+Blue) = 162+183+182=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7B6 is #5D4849. Grayscale: #B0B0B0. Windows color (decimal): -6113354 or 11974562. OLE color: 11974562.
HSL color Cylindrical-coordinate representation of color #A2B7B6: hue angle of 177.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B7B6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 162 | 183 | 182 | - |
CMYK | 0.11 | 0 | 0.01 | 0.28 |
HSL | 177.14º | 0.13% | 0.68% | - |
HSV(B) | 177.14º | 0.11% | 0.72% | - |
XYZ | 40.28 | 44.93 | 50.8 | - |
YUV | 176.61 | 131.04 | 117.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 183 | 182 | 0.11 | 0 | 0.01 | 0.28 | 177.14 | 0.13 | 0.68 |
Hex | A2 | B7 | B6 | B | 0 | 1 | 1C | B1 | D | 44 |
Octal | 242 | 267 | 266 | 13 | 0 | 1 | 34 | 261 | 15 | 104 |
Binary | 10100010 | 10110111 | 10110110 | 1011 | 0 | 1 | 11100 | 10110001 | 1101 | 1000100 |
Color Harmonies of #A2B7B6
Complementary color
Monochromatic Colors of #A2B7B6
Black with #A2B7B6
Text Example
Text Example
White with #A2B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B7B6; }
p { color: rgb(162,183,182); }
H1.HeaderClassName
{
color: #A2B7B6;
}
.AnyTagClassName
{
color: #A2B7B6;
}
</style>
background-color css
<style>
a { background-color: #A2B7B6; }
a { background-color: rgb(162,183,182); }
div.DivClassName
{
background-color: #A2B7B6;
}
.BgClassName
{
background-color: #A2B7B6;
}
</style>
border-color css
<style>
span { border-color: #A2B7B6; }
span { border-color: rgb(162,183,182); }
td.TdClassName
{
border-color: #A2B7B6;
}
.TagClassName
{
border-color: #A2B7B6;
}
</style>