Shades of Conch #A0B0AC
Tints of Conch #A0B0AC
RGB
CMYK
RGB Variations
Color information
#A0B0AC (or 0xA0B0AC) is known color: Conch. HEX triplet: A0, B0 and AC. RGB value is (160,176,172). Sum of RGB (Red+Green+Blue) = 160+176+172=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B0AC is #5F4F53. Grayscale: #AAAAAA. Windows color (decimal): -6246228 or 11317408. OLE color: 11317408.
HSL color Cylindrical-coordinate representation of color #A0B0AC: hue angle of 165º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0B0AC is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 172 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.31 |
| HSL | 165º | 0.09% | 0.66% | - |
| HSV(B) | 165º | 0.09% | 0.69% | - |
| XYZ | 37.47 | 41.5 | 45.07 | - |
| YUV | 170.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 172 | 0.09 | 0 | 0.02 | 0.31 | 165 | 0.09 | 0.66 |
| Hex | A0 | B0 | AC | 9 | 0 | 2 | 1F | A5 | 9 | 42 |
| Octal | 240 | 260 | 254 | 11 | 0 | 2 | 37 | 245 | 11 | 102 |
| Binary | 10100000 | 10110000 | 10101100 | 1001 | 0 | 10 | 11111 | 10100101 | 1001 | 1000010 |
Color Harmonies of #A0B0AC
Complementary color
Monochromatic Colors of #A0B0AC
Black with #A0B0AC
Text Example
Text Example
White with #A0B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0AC; }
p { color: rgb(160,176,172); }
H1.HeaderClassName
{
color: #A0B0AC;
}
.AnyTagClassName
{
color: #A0B0AC;
}
</style>
background-color css
<style>
a { background-color: #A0B0AC; }
a { background-color: rgb(160,176,172); }
div.DivClassName
{
background-color: #A0B0AC;
}
.BgClassName
{
background-color: #A0B0AC;
}
</style>
border-color css
<style>
span { border-color: #A0B0AC; }
span { border-color: rgb(160,176,172); }
td.TdClassName
{
border-color: #A0B0AC;
}
.TagClassName
{
border-color: #A0B0AC;
}
</style>