Shades of Conch #A0B1AC
Tints of Conch #A0B1AC
RGB
CMYK
RGB Variations
Color information
#A0B1AC (or 0xA0B1AC) is known color: Conch. HEX triplet: A0, B1 and AC. RGB value is (160,177,172). Sum of RGB (Red+Green+Blue) = 160+177+172=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B1AC is #5F4E53. Grayscale: #ABABAB. Windows color (decimal): -6245972 or 11317664. OLE color: 11317664.
HSL color Cylindrical-coordinate representation of color #A0B1AC: hue angle of 162.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B1AC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 172 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.31 |
| HSL | 162.35º | 0.1% | 0.66% | - |
| HSV(B) | 162.35º | 0.1% | 0.69% | - |
| XYZ | 37.67 | 41.9 | 45.13 | - |
| YUV | 171.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 172 | 0.10 | 0 | 0.03 | 0.31 | 162.35 | 0.1 | 0.66 |
| Hex | A0 | B1 | AC | A | 0 | 3 | 1F | A2 | A | 42 |
| Octal | 240 | 261 | 254 | 12 | 0 | 3 | 37 | 242 | 12 | 102 |
| Binary | 10100000 | 10110001 | 10101100 | 1010 | 0 | 11 | 11111 | 10100010 | 1010 | 1000010 |
Color Harmonies of #A0B1AC
Complementary color
Monochromatic Colors of #A0B1AC
Black with #A0B1AC
Text Example
Text Example
White with #A0B1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B1AC; }
p { color: rgb(160,177,172); }
H1.HeaderClassName
{
color: #A0B1AC;
}
.AnyTagClassName
{
color: #A0B1AC;
}
</style>
background-color css
<style>
a { background-color: #A0B1AC; }
a { background-color: rgb(160,177,172); }
div.DivClassName
{
background-color: #A0B1AC;
}
.BgClassName
{
background-color: #A0B1AC;
}
</style>
border-color css
<style>
span { border-color: #A0B1AC; }
span { border-color: rgb(160,177,172); }
td.TdClassName
{
border-color: #A0B1AC;
}
.TagClassName
{
border-color: #A0B1AC;
}
</style>