Shades of Conch #A0B3B2
Tints of Conch #A0B3B2
RGB
CMYK
RGB Variations
Color information
#A0B3B2 (or 0xA0B3B2) is known color: Conch. HEX triplet: A0, B3 and B2. RGB value is (160,179,178). Sum of RGB (Red+Green+Blue) = 160+179+178=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3B2 is #5F4C4D. Grayscale: #ADADAD. Windows color (decimal): -6245454 or 11711392. OLE color: 11711392.
HSL color Cylindrical-coordinate representation of color #A0B3B2: hue angle of 176.84º 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 #A0B3B2 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 178 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.30 |
| HSL | 176.84º | 0.11% | 0.66% | - |
| HSV(B) | 176.84º | 0.11% | 0.7% | - |
| XYZ | 38.65 | 42.93 | 48.37 | - |
| YUV | 173.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 178 | 0.11 | 0 | 0.01 | 0.30 | 176.84 | 0.11 | 0.66 |
| Hex | A0 | B3 | B2 | B | 0 | 1 | 1E | B1 | B | 42 |
| Octal | 240 | 263 | 262 | 13 | 0 | 1 | 36 | 261 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10110010 | 1011 | 0 | 1 | 11110 | 10110001 | 1011 | 1000010 |
Color Harmonies of #A0B3B2
Complementary color
Monochromatic Colors of #A0B3B2
Black with #A0B3B2
Text Example
Text Example
White with #A0B3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3B2; }
p { color: rgb(160,179,178); }
H1.HeaderClassName
{
color: #A0B3B2;
}
.AnyTagClassName
{
color: #A0B3B2;
}
</style>
background-color css
<style>
a { background-color: #A0B3B2; }
a { background-color: rgb(160,179,178); }
div.DivClassName
{
background-color: #A0B3B2;
}
.BgClassName
{
background-color: #A0B3B2;
}
</style>
border-color css
<style>
span { border-color: #A0B3B2; }
span { border-color: rgb(160,179,178); }
td.TdClassName
{
border-color: #A0B3B2;
}
.TagClassName
{
border-color: #A0B3B2;
}
</style>