Shades of Conch #A3B1AD
Tints of Conch #A3B1AD
RGB
CMYK
RGB Variations
Color information
#A3B1AD (or 0xA3B1AD) is known color: Conch. HEX triplet: A3, B1 and AD. RGB value is (163,177,173). Sum of RGB (Red+Green+Blue) = 163+177+173=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B1AD is #5C4E52. Grayscale: #ACACAC. Windows color (decimal): -6049363 or 11383203. OLE color: 11383203.
HSL color Cylindrical-coordinate representation of color #A3B1AD: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3B1AD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 173 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.31 |
| HSL | 162.86º | 0.08% | 0.67% | - |
| HSV(B) | 162.86º | 0.08% | 0.69% | - |
| XYZ | 38.37 | 42.25 | 45.67 | - |
| YUV | 172.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 173 | 0.08 | 0 | 0.02 | 0.31 | 162.86 | 0.08 | 0.67 |
| Hex | A3 | B1 | AD | 8 | 0 | 2 | 1F | A3 | 8 | 43 |
| Octal | 243 | 261 | 255 | 10 | 0 | 2 | 37 | 243 | 10 | 103 |
| Binary | 10100011 | 10110001 | 10101101 | 1000 | 0 | 10 | 11111 | 10100011 | 1000 | 1000011 |
Color Harmonies of #A3B1AD
Complementary color
Monochromatic Colors of #A3B1AD
Black with #A3B1AD
Text Example
Text Example
White with #A3B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1AD; }
p { color: rgb(163,177,173); }
H1.HeaderClassName
{
color: #A3B1AD;
}
.AnyTagClassName
{
color: #A3B1AD;
}
</style>
background-color css
<style>
a { background-color: #A3B1AD; }
a { background-color: rgb(163,177,173); }
div.DivClassName
{
background-color: #A3B1AD;
}
.BgClassName
{
background-color: #A3B1AD;
}
</style>
border-color css
<style>
span { border-color: #A3B1AD; }
span { border-color: rgb(163,177,173); }
td.TdClassName
{
border-color: #A3B1AD;
}
.TagClassName
{
border-color: #A3B1AD;
}
</style>