Shades of Conch #A8AFAD
Tints of Conch #A8AFAD
RGB
CMYK
RGB Variations
Color information
#A8AFAD (or 0xA8AFAD) is known color: Conch. HEX triplet: A8, AF and AD. RGB value is (168,175,173). Sum of RGB (Red+Green+Blue) = 168+175+173=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAD is #575052. Grayscale: #ACACAC. Windows color (decimal): -5722195 or 11382696. OLE color: 11382696.
HSL color Cylindrical-coordinate representation of color #A8AFAD: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8AFAD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 173 | - |
CMYK | 0.04 | 0 | 0.01 | 0.31 |
HSL | 162.86º | 0.04% | 0.67% | - |
HSV(B) | 162.86º | 0.04% | 0.69% | - |
XYZ | 39.02 | 42 | 45.59 | - |
YUV | 172.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 173 | 0.04 | 0 | 0.01 | 0.31 | 162.86 | 0.04 | 0.67 |
Hex | A8 | AF | AD | 4 | 0 | 1 | 1F | A3 | 4 | 43 |
Octal | 250 | 257 | 255 | 4 | 0 | 1 | 37 | 243 | 4 | 103 |
Binary | 10101000 | 10101111 | 10101101 | 100 | 0 | 1 | 11111 | 10100011 | 100 | 1000011 |
Color Harmonies of #A8AFAD
Complementary color
Monochromatic Colors of #A8AFAD
Black with #A8AFAD
Text Example
Text Example
White with #A8AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFAD; }
p { color: rgb(168,175,173); }
H1.HeaderClassName
{
color: #A8AFAD;
}
.AnyTagClassName
{
color: #A8AFAD;
}
</style>
background-color css
<style>
a { background-color: #A8AFAD; }
a { background-color: rgb(168,175,173); }
div.DivClassName
{
background-color: #A8AFAD;
}
.BgClassName
{
background-color: #A8AFAD;
}
</style>
border-color css
<style>
span { border-color: #A8AFAD; }
span { border-color: rgb(168,175,173); }
td.TdClassName
{
border-color: #A8AFAD;
}
.TagClassName
{
border-color: #A8AFAD;
}
</style>