Shades of Conch #A3B0AD
Tints of Conch #A3B0AD
RGB
CMYK
RGB Variations
Color information
#A3B0AD (or 0xA3B0AD) is known color: Conch. HEX triplet: A3, B0 and AD. RGB value is (163,176,173). Sum of RGB (Red+Green+Blue) = 163+176+173=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B0AD is #5C4F52. Grayscale: #ABABAB. Windows color (decimal): -6049619 or 11382947. OLE color: 11382947.
HSL color Cylindrical-coordinate representation of color #A3B0AD: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3B0AD is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 173 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.31 |
| HSL | 166.15º | 0.08% | 0.66% | - |
| HSV(B) | 166.15º | 0.07% | 0.69% | - |
| XYZ | 38.17 | 41.85 | 45.6 | - |
| YUV | 171.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 173 | 0.07 | 0 | 0.02 | 0.31 | 166.15 | 0.08 | 0.66 |
| Hex | A3 | B0 | AD | 7 | 0 | 2 | 1F | A6 | 8 | 42 |
| Octal | 243 | 260 | 255 | 7 | 0 | 2 | 37 | 246 | 10 | 102 |
| Binary | 10100011 | 10110000 | 10101101 | 111 | 0 | 10 | 11111 | 10100110 | 1000 | 1000010 |
Color Harmonies of #A3B0AD
Complementary color
Monochromatic Colors of #A3B0AD
Black with #A3B0AD
Text Example
Text Example
White with #A3B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0AD; }
p { color: rgb(163,176,173); }
H1.HeaderClassName
{
color: #A3B0AD;
}
.AnyTagClassName
{
color: #A3B0AD;
}
</style>
background-color css
<style>
a { background-color: #A3B0AD; }
a { background-color: rgb(163,176,173); }
div.DivClassName
{
background-color: #A3B0AD;
}
.BgClassName
{
background-color: #A3B0AD;
}
</style>
border-color css
<style>
span { border-color: #A3B0AD; }
span { border-color: rgb(163,176,173); }
td.TdClassName
{
border-color: #A3B0AD;
}
.TagClassName
{
border-color: #A3B0AD;
}
</style>