Shades of Conch #A4B0AD
Tints of Conch #A4B0AD
RGB
CMYK
RGB Variations
Color information
#A4B0AD (or 0xA4B0AD) is known color: Conch. HEX triplet: A4, B0 and AD. RGB value is (164,176,173). Sum of RGB (Red+Green+Blue) = 164+176+173=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0AD is #5B4F52. Grayscale: #ACACAC. Windows color (decimal): -5984083 or 11382948. OLE color: 11382948.
HSL color Cylindrical-coordinate representation of color #A4B0AD: hue angle of 165º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4B0AD is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 173 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.31 |
| HSL | 165º | 0.07% | 0.67% | - |
| HSV(B) | 165º | 0.07% | 0.69% | - |
| XYZ | 38.38 | 41.96 | 45.61 | - |
| YUV | 172.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 173 | 0.07 | 0 | 0.02 | 0.31 | 165 | 0.07 | 0.67 |
| Hex | A4 | B0 | AD | 7 | 0 | 2 | 1F | A5 | 7 | 43 |
| Octal | 244 | 260 | 255 | 7 | 0 | 2 | 37 | 245 | 7 | 103 |
| Binary | 10100100 | 10110000 | 10101101 | 111 | 0 | 10 | 11111 | 10100101 | 111 | 1000011 |
Color Harmonies of #A4B0AD
Complementary color
Monochromatic Colors of #A4B0AD
Black with #A4B0AD
Text Example
Text Example
White with #A4B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0AD; }
p { color: rgb(164,176,173); }
H1.HeaderClassName
{
color: #A4B0AD;
}
.AnyTagClassName
{
color: #A4B0AD;
}
</style>
background-color css
<style>
a { background-color: #A4B0AD; }
a { background-color: rgb(164,176,173); }
div.DivClassName
{
background-color: #A4B0AD;
}
.BgClassName
{
background-color: #A4B0AD;
}
</style>
border-color css
<style>
span { border-color: #A4B0AD; }
span { border-color: rgb(164,176,173); }
td.TdClassName
{
border-color: #A4B0AD;
}
.TagClassName
{
border-color: #A4B0AD;
}
</style>