Shades of Conch #A4ADAB
Tints of Conch #A4ADAB
RGB
CMYK
RGB Variations
Color information
#A4ADAB (or 0xA4ADAB) is known color: Conch. HEX triplet: A4, AD and AB. RGB value is (164,173,171). Sum of RGB (Red+Green+Blue) = 164+173+171=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAB is #5B5254. Grayscale: #AAAAAA. Windows color (decimal): -5984853 or 11251108. OLE color: 11251108.
HSL color Cylindrical-coordinate representation of color #A4ADAB: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4ADAB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 171 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.32 |
| HSL | 166.67º | 0.05% | 0.66% | - |
| HSV(B) | 166.67º | 0.05% | 0.68% | - |
| XYZ | 37.6 | 40.72 | 44.41 | - |
| YUV | 170.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 171 | 0.05 | 0 | 0.01 | 0.32 | 166.67 | 0.05 | 0.66 |
| Hex | A4 | AD | AB | 5 | 0 | 1 | 20 | A7 | 5 | 42 |
| Octal | 244 | 255 | 253 | 5 | 0 | 1 | 40 | 247 | 5 | 102 |
| Binary | 10100100 | 10101101 | 10101011 | 101 | 0 | 1 | 100000 | 10100111 | 101 | 1000010 |
Color Harmonies of #A4ADAB
Complementary color
Monochromatic Colors of #A4ADAB
Black with #A4ADAB
Text Example
Text Example
White with #A4ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADAB; }
p { color: rgb(164,173,171); }
H1.HeaderClassName
{
color: #A4ADAB;
}
.AnyTagClassName
{
color: #A4ADAB;
}
</style>
background-color css
<style>
a { background-color: #A4ADAB; }
a { background-color: rgb(164,173,171); }
div.DivClassName
{
background-color: #A4ADAB;
}
.BgClassName
{
background-color: #A4ADAB;
}
</style>
border-color css
<style>
span { border-color: #A4ADAB; }
span { border-color: rgb(164,173,171); }
td.TdClassName
{
border-color: #A4ADAB;
}
.TagClassName
{
border-color: #A4ADAB;
}
</style>