Shades of Conch #A0B3AF
Tints of Conch #A0B3AF
RGB
CMYK
RGB Variations
Color information
#A0B3AF (or 0xA0B3AF) is known color: Conch. HEX triplet: A0, B3 and AF. RGB value is (160,179,175). Sum of RGB (Red+Green+Blue) = 160+179+175=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3AF is #5F4C50. Grayscale: #ACACAC. Windows color (decimal): -6245457 or 11514784. OLE color: 11514784.
HSL color Cylindrical-coordinate representation of color #A0B3AF: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3AF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 175 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.30 |
| HSL | 167.37º | 0.11% | 0.66% | - |
| HSV(B) | 167.37º | 0.11% | 0.7% | - |
| XYZ | 38.36 | 42.81 | 46.8 | - |
| YUV | 172.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 175 | 0.11 | 0 | 0.02 | 0.30 | 167.37 | 0.11 | 0.66 |
| Hex | A0 | B3 | AF | B | 0 | 2 | 1E | A7 | B | 42 |
| Octal | 240 | 263 | 257 | 13 | 0 | 2 | 36 | 247 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10101111 | 1011 | 0 | 10 | 11110 | 10100111 | 1011 | 1000010 |
Color Harmonies of #A0B3AF
Complementary color
Monochromatic Colors of #A0B3AF
Black with #A0B3AF
Text Example
Text Example
White with #A0B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3AF; }
p { color: rgb(160,179,175); }
H1.HeaderClassName
{
color: #A0B3AF;
}
.AnyTagClassName
{
color: #A0B3AF;
}
</style>
background-color css
<style>
a { background-color: #A0B3AF; }
a { background-color: rgb(160,179,175); }
div.DivClassName
{
background-color: #A0B3AF;
}
.BgClassName
{
background-color: #A0B3AF;
}
</style>
border-color css
<style>
span { border-color: #A0B3AF; }
span { border-color: rgb(160,179,175); }
td.TdClassName
{
border-color: #A0B3AF;
}
.TagClassName
{
border-color: #A0B3AF;
}
</style>