Shades of Conch #A2B0AC
Tints of Conch #A2B0AC
RGB
CMYK
RGB Variations
Color information
#A2B0AC (or 0xA2B0AC) is known color: Conch. HEX triplet: A2, B0 and AC. RGB value is (162,176,172). Sum of RGB (Red+Green+Blue) = 162+176+172=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B0AC is #5D4F53. Grayscale: #ABABAB. Windows color (decimal): -6115156 or 11317410. OLE color: 11317410.
HSL color Cylindrical-coordinate representation of color #A2B0AC: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2B0AC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 176 | 172 | - |
CMYK | 0.08 | 0 | 0.02 | 0.31 |
HSL | 162.86º | 0.08% | 0.66% | - |
HSV(B) | 162.86º | 0.08% | 0.69% | - |
XYZ | 37.87 | 41.71 | 45.08 | - |
YUV | 171.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 176 | 172 | 0.08 | 0 | 0.02 | 0.31 | 162.86 | 0.08 | 0.66 |
Hex | A2 | B0 | AC | 8 | 0 | 2 | 1F | A3 | 8 | 42 |
Octal | 242 | 260 | 254 | 10 | 0 | 2 | 37 | 243 | 10 | 102 |
Binary | 10100010 | 10110000 | 10101100 | 1000 | 0 | 10 | 11111 | 10100011 | 1000 | 1000010 |
Color Harmonies of #A2B0AC
Complementary color
Monochromatic Colors of #A2B0AC
Black with #A2B0AC
Text Example
Text Example
White with #A2B0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0AC; }
p { color: rgb(162,176,172); }
H1.HeaderClassName
{
color: #A2B0AC;
}
.AnyTagClassName
{
color: #A2B0AC;
}
</style>
background-color css
<style>
a { background-color: #A2B0AC; }
a { background-color: rgb(162,176,172); }
div.DivClassName
{
background-color: #A2B0AC;
}
.BgClassName
{
background-color: #A2B0AC;
}
</style>
border-color css
<style>
span { border-color: #A2B0AC; }
span { border-color: rgb(162,176,172); }
td.TdClassName
{
border-color: #A2B0AC;
}
.TagClassName
{
border-color: #A2B0AC;
}
</style>