Shades of Conch #A0B7B5
Tints of Conch #A0B7B5
RGB
CMYK
RGB Variations
Color information
#A0B7B5 (or 0xA0B7B5) is known color: Conch. HEX triplet: A0, B7 and B5. RGB value is (160,183,181). Sum of RGB (Red+Green+Blue) = 160+183+181=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B7B5 is #5F484A. Grayscale: #AFAFAF. Windows color (decimal): -6244427 or 11909024. OLE color: 11909024.
HSL color Cylindrical-coordinate representation of color #A0B7B5: hue angle of 174.78º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B7B5 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 181 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.28 |
| HSL | 174.78º | 0.14% | 0.67% | - |
| HSV(B) | 174.78º | 0.13% | 0.72% | - |
| XYZ | 39.77 | 44.68 | 50.24 | - |
| YUV | 175.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 181 | 0.13 | 0 | 0.01 | 0.28 | 174.78 | 0.14 | 0.67 |
| Hex | A0 | B7 | B5 | D | 0 | 1 | 1C | AF | E | 43 |
| Octal | 240 | 267 | 265 | 15 | 0 | 1 | 34 | 257 | 16 | 103 |
| Binary | 10100000 | 10110111 | 10110101 | 1101 | 0 | 1 | 11100 | 10101111 | 1110 | 1000011 |
Color Harmonies of #A0B7B5
Complementary color
Monochromatic Colors of #A0B7B5
Black with #A0B7B5
Text Example
Text Example
White with #A0B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7B5; }
p { color: rgb(160,183,181); }
H1.HeaderClassName
{
color: #A0B7B5;
}
.AnyTagClassName
{
color: #A0B7B5;
}
</style>
background-color css
<style>
a { background-color: #A0B7B5; }
a { background-color: rgb(160,183,181); }
div.DivClassName
{
background-color: #A0B7B5;
}
.BgClassName
{
background-color: #A0B7B5;
}
</style>
border-color css
<style>
span { border-color: #A0B7B5; }
span { border-color: rgb(160,183,181); }
td.TdClassName
{
border-color: #A0B7B5;
}
.TagClassName
{
border-color: #A0B7B5;
}
</style>