Shades of Conch #A2B6B2
Tints of Conch #A2B6B2
RGB
CMYK
RGB Variations
Color information
#A2B6B2 (or 0xA2B6B2) is known color: Conch. HEX triplet: A2, B6 and B2. RGB value is (162,182,178). Sum of RGB (Red+Green+Blue) = 162+182+178=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B6B2 is #5D494D. Grayscale: #AFAFAF. Windows color (decimal): -6113614 or 11712162. OLE color: 11712162.
HSL color Cylindrical-coordinate representation of color #A2B6B2: hue angle of 168º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B6B2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 182 | 178 | - |
CMYK | 0.11 | 0 | 0.02 | 0.29 |
HSL | 168º | 0.12% | 0.67% | - |
HSV(B) | 168º | 0.11% | 0.71% | - |
XYZ | 39.66 | 44.35 | 48.59 | - |
YUV | 175.56 | 129.37 | 118.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 182 | 178 | 0.11 | 0 | 0.02 | 0.29 | 168 | 0.12 | 0.67 |
Hex | A2 | B6 | B2 | B | 0 | 2 | 1D | A8 | C | 43 |
Octal | 242 | 266 | 262 | 13 | 0 | 2 | 35 | 250 | 14 | 103 |
Binary | 10100010 | 10110110 | 10110010 | 1011 | 0 | 10 | 11101 | 10101000 | 1100 | 1000011 |
Color Harmonies of #A2B6B2
Complementary color
Monochromatic Colors of #A2B6B2
Black with #A2B6B2
Text Example
Text Example
White with #A2B6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B6B2; }
p { color: rgb(162,182,178); }
H1.HeaderClassName
{
color: #A2B6B2;
}
.AnyTagClassName
{
color: #A2B6B2;
}
</style>
background-color css
<style>
a { background-color: #A2B6B2; }
a { background-color: rgb(162,182,178); }
div.DivClassName
{
background-color: #A2B6B2;
}
.BgClassName
{
background-color: #A2B6B2;
}
</style>
border-color css
<style>
span { border-color: #A2B6B2; }
span { border-color: rgb(162,182,178); }
td.TdClassName
{
border-color: #A2B6B2;
}
.TagClassName
{
border-color: #A2B6B2;
}
</style>