Shades of Conch #A6AEAD
Tints of Conch #A6AEAD
RGB
CMYK
RGB Variations
Color information
#A6AEAD (or 0xA6AEAD) is known color: Conch. HEX triplet: A6, AE and AD. RGB value is (166,174,173). Sum of RGB (Red+Green+Blue) = 166+174+173=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAD is #595152. Grayscale: #ABABAB. Windows color (decimal): -5853523 or 11382438. OLE color: 11382438.
HSL color Cylindrical-coordinate representation of color #A6AEAD: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6AEAD is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 174 | 173 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.32 |
| HSL | 172.5º | 0.05% | 0.67% | - |
| HSV(B) | 172.5º | 0.05% | 0.68% | - |
| XYZ | 38.4 | 41.4 | 45.5 | - |
| YUV | 171.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 173 | 0.05 | 0 | 0.01 | 0.32 | 172.5 | 0.05 | 0.67 |
| Hex | A6 | AE | AD | 5 | 0 | 1 | 20 | AC | 5 | 43 |
| Octal | 246 | 256 | 255 | 5 | 0 | 1 | 40 | 254 | 5 | 103 |
| Binary | 10100110 | 10101110 | 10101101 | 101 | 0 | 1 | 100000 | 10101100 | 101 | 1000011 |
Color Harmonies of #A6AEAD
Complementary color
Monochromatic Colors of #A6AEAD
Black with #A6AEAD
Text Example
Text Example
White with #A6AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AEAD; }
p { color: rgb(166,174,173); }
H1.HeaderClassName
{
color: #A6AEAD;
}
.AnyTagClassName
{
color: #A6AEAD;
}
</style>
background-color css
<style>
a { background-color: #A6AEAD; }
a { background-color: rgb(166,174,173); }
div.DivClassName
{
background-color: #A6AEAD;
}
.BgClassName
{
background-color: #A6AEAD;
}
</style>
border-color css
<style>
span { border-color: #A6AEAD; }
span { border-color: rgb(166,174,173); }
td.TdClassName
{
border-color: #A6AEAD;
}
.TagClassName
{
border-color: #A6AEAD;
}
</style>