Shades of Conch #A8AEAD
Tints of Conch #A8AEAD
RGB
CMYK
RGB Variations
Color information
#A8AEAD (or 0xA8AEAD) is known color: Conch. HEX triplet: A8, AE and AD. RGB value is (168,174,173). Sum of RGB (Red+Green+Blue) = 168+174+173=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAD is #575152. Grayscale: #ACACAC. Windows color (decimal): -5722451 or 11382440. OLE color: 11382440.
HSL color Cylindrical-coordinate representation of color #A8AEAD: hue angle of 170º degrees, saturation: 0.04, 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 #A8AEAD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 173 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.32 |
| HSL | 170º | 0.04% | 0.67% | - |
| HSV(B) | 170º | 0.03% | 0.68% | - |
| XYZ | 38.83 | 41.61 | 45.52 | - |
| YUV | 172.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 173 | 0.03 | 0 | 0.01 | 0.32 | 170 | 0.04 | 0.67 |
| Hex | A8 | AE | AD | 3 | 0 | 1 | 20 | AA | 4 | 43 |
| Octal | 250 | 256 | 255 | 3 | 0 | 1 | 40 | 252 | 4 | 103 |
| Binary | 10101000 | 10101110 | 10101101 | 11 | 0 | 1 | 100000 | 10101010 | 100 | 1000011 |
Color Harmonies of #A8AEAD
Complementary color
Monochromatic Colors of #A8AEAD
Black with #A8AEAD
Text Example
Text Example
White with #A8AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEAD; }
p { color: rgb(168,174,173); }
H1.HeaderClassName
{
color: #A8AEAD;
}
.AnyTagClassName
{
color: #A8AEAD;
}
</style>
background-color css
<style>
a { background-color: #A8AEAD; }
a { background-color: rgb(168,174,173); }
div.DivClassName
{
background-color: #A8AEAD;
}
.BgClassName
{
background-color: #A8AEAD;
}
</style>
border-color css
<style>
span { border-color: #A8AEAD; }
span { border-color: rgb(168,174,173); }
td.TdClassName
{
border-color: #A8AEAD;
}
.TagClassName
{
border-color: #A8AEAD;
}
</style>