Shades of Conch #A6AEAC
Tints of Conch #A6AEAC
RGB
CMYK
RGB Variations
Color information
#A6AEAC (or 0xA6AEAC) is known color: Conch. HEX triplet: A6, AE and AC. RGB value is (166,174,172). Sum of RGB (Red+Green+Blue) = 166+174+172=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEAC is #595153. Grayscale: #ABABAB. Windows color (decimal): -5853524 or 11316902. OLE color: 11316902.
HSL color Cylindrical-coordinate representation of color #A6AEAC: hue angle of 165º 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 #A6AEAC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 166 | 174 | 172 | - |
CMYK | 0.05 | 0 | 0.01 | 0.32 |
HSL | 165º | 0.05% | 0.67% | - |
HSV(B) | 165º | 0.05% | 0.68% | - |
XYZ | 38.31 | 41.36 | 44.99 | - |
YUV | 171.38 | 128.35 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 174 | 172 | 0.05 | 0 | 0.01 | 0.32 | 165 | 0.05 | 0.67 |
Hex | A6 | AE | AC | 5 | 0 | 1 | 20 | A5 | 5 | 43 |
Octal | 246 | 256 | 254 | 5 | 0 | 1 | 40 | 245 | 5 | 103 |
Binary | 10100110 | 10101110 | 10101100 | 101 | 0 | 1 | 100000 | 10100101 | 101 | 1000011 |
Color Harmonies of #A6AEAC
Complementary color
Monochromatic Colors of #A6AEAC
Black with #A6AEAC
Text Example
Text Example
White with #A6AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AEAC; }
p { color: rgb(166,174,172); }
H1.HeaderClassName
{
color: #A6AEAC;
}
.AnyTagClassName
{
color: #A6AEAC;
}
</style>
background-color css
<style>
a { background-color: #A6AEAC; }
a { background-color: rgb(166,174,172); }
div.DivClassName
{
background-color: #A6AEAC;
}
.BgClassName
{
background-color: #A6AEAC;
}
</style>
border-color css
<style>
span { border-color: #A6AEAC; }
span { border-color: rgb(166,174,172); }
td.TdClassName
{
border-color: #A6AEAC;
}
.TagClassName
{
border-color: #A6AEAC;
}
</style>