Shades of Conch #A8ADAC
Tints of Conch #A8ADAC
RGB
CMYK
RGB Variations
Color information
#A8ADAC (or 0xA8ADAC) is known color: Conch. HEX triplet: A8, AD and AC. RGB value is (168,173,172). Sum of RGB (Red+Green+Blue) = 168+173+172=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAC is #575253. Grayscale: #ABABAB. Windows color (decimal): -5722708 or 11316648. OLE color: 11316648.
HSL color Cylindrical-coordinate representation of color #A8ADAC: hue angle of 168º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8ADAC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 172 | - |
CMYK | 0.03 | 0 | 0.01 | 0.32 |
HSL | 168º | 0.03% | 0.67% | - |
HSV(B) | 168º | 0.03% | 0.68% | - |
XYZ | 38.54 | 41.19 | 44.95 | - |
YUV | 171.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 172 | 0.03 | 0 | 0.01 | 0.32 | 168 | 0.03 | 0.67 |
Hex | A8 | AD | AC | 3 | 0 | 1 | 20 | A8 | 3 | 43 |
Octal | 250 | 255 | 254 | 3 | 0 | 1 | 40 | 250 | 3 | 103 |
Binary | 10101000 | 10101101 | 10101100 | 11 | 0 | 1 | 100000 | 10101000 | 11 | 1000011 |
Color Harmonies of #A8ADAC
Complementary color
Monochromatic Colors of #A8ADAC
Black with #A8ADAC
Text Example
Text Example
White with #A8ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADAC; }
p { color: rgb(168,173,172); }
H1.HeaderClassName
{
color: #A8ADAC;
}
.AnyTagClassName
{
color: #A8ADAC;
}
</style>
background-color css
<style>
a { background-color: #A8ADAC; }
a { background-color: rgb(168,173,172); }
div.DivClassName
{
background-color: #A8ADAC;
}
.BgClassName
{
background-color: #A8ADAC;
}
</style>
border-color css
<style>
span { border-color: #A8ADAC; }
span { border-color: rgb(168,173,172); }
td.TdClassName
{
border-color: #A8ADAC;
}
.TagClassName
{
border-color: #A8ADAC;
}
</style>