Shades of Conch #A6B2B1
Tints of Conch #A6B2B1
RGB
CMYK
RGB Variations
Color information
#A6B2B1 (or 0xA6B2B1) is known color: Conch. HEX triplet: A6, B2 and B1. RGB value is (166,178,177). Sum of RGB (Red+Green+Blue) = 166+178+177=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2B1 is #594D4E. Grayscale: #AEAEAE. Windows color (decimal): -5852495 or 11645606. OLE color: 11645606.
HSL color Cylindrical-coordinate representation of color #A6B2B1: hue angle of 175º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B2B1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 177 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.30 |
| HSL | 175º | 0.07% | 0.67% | - |
| HSV(B) | 175º | 0.07% | 0.7% | - |
| XYZ | 39.58 | 43.12 | 47.83 | - |
| YUV | 174.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 177 | 0.07 | 0 | 0.01 | 0.30 | 175 | 0.07 | 0.67 |
| Hex | A6 | B2 | B1 | 7 | 0 | 1 | 1E | AF | 7 | 43 |
| Octal | 246 | 262 | 261 | 7 | 0 | 1 | 36 | 257 | 7 | 103 |
| Binary | 10100110 | 10110010 | 10110001 | 111 | 0 | 1 | 11110 | 10101111 | 111 | 1000011 |
Color Harmonies of #A6B2B1
Complementary color
Monochromatic Colors of #A6B2B1
Black with #A6B2B1
Text Example
Text Example
White with #A6B2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2B1; }
p { color: rgb(166,178,177); }
H1.HeaderClassName
{
color: #A6B2B1;
}
.AnyTagClassName
{
color: #A6B2B1;
}
</style>
background-color css
<style>
a { background-color: #A6B2B1; }
a { background-color: rgb(166,178,177); }
div.DivClassName
{
background-color: #A6B2B1;
}
.BgClassName
{
background-color: #A6B2B1;
}
</style>
border-color css
<style>
span { border-color: #A6B2B1; }
span { border-color: rgb(166,178,177); }
td.TdClassName
{
border-color: #A6B2B1;
}
.TagClassName
{
border-color: #A6B2B1;
}
</style>