Shades of Conch #A0B5AF
Tints of Conch #A0B5AF
RGB
CMYK
RGB Variations
Color information
#A0B5AF (or 0xA0B5AF) is known color: Conch. HEX triplet: A0, B5 and AF. RGB value is (160,181,175). Sum of RGB (Red+Green+Blue) = 160+181+175=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B5AF is #5F4A50. Grayscale: #AEAEAE. Windows color (decimal): -6244945 or 11515296. OLE color: 11515296.
HSL color Cylindrical-coordinate representation of color #A0B5AF: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B5AF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 175 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.29 |
| HSL | 162.86º | 0.12% | 0.67% | - |
| HSV(B) | 162.86º | 0.12% | 0.71% | - |
| XYZ | 38.76 | 43.62 | 46.93 | - |
| YUV | 174.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 175 | 0.12 | 0 | 0.03 | 0.29 | 162.86 | 0.12 | 0.67 |
| Hex | A0 | B5 | AF | C | 0 | 3 | 1D | A3 | C | 43 |
| Octal | 240 | 265 | 257 | 14 | 0 | 3 | 35 | 243 | 14 | 103 |
| Binary | 10100000 | 10110101 | 10101111 | 1100 | 0 | 11 | 11101 | 10100011 | 1100 | 1000011 |
Color Harmonies of #A0B5AF
Complementary color
Monochromatic Colors of #A0B5AF
Black with #A0B5AF
Text Example
Text Example
White with #A0B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5AF; }
p { color: rgb(160,181,175); }
H1.HeaderClassName
{
color: #A0B5AF;
}
.AnyTagClassName
{
color: #A0B5AF;
}
</style>
background-color css
<style>
a { background-color: #A0B5AF; }
a { background-color: rgb(160,181,175); }
div.DivClassName
{
background-color: #A0B5AF;
}
.BgClassName
{
background-color: #A0B5AF;
}
</style>
border-color css
<style>
span { border-color: #A0B5AF; }
span { border-color: rgb(160,181,175); }
td.TdClassName
{
border-color: #A0B5AF;
}
.TagClassName
{
border-color: #A0B5AF;
}
</style>