Shades of Conch #A4B1AF
Tints of Conch #A4B1AF
RGB
CMYK
RGB Variations
Color information
#A4B1AF (or 0xA4B1AF) is known color: Conch. HEX triplet: A4, B1 and AF. RGB value is (164,177,175). Sum of RGB (Red+Green+Blue) = 164+177+175=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1AF is #5B4E50. Grayscale: #ACACAC. Windows color (decimal): -5983825 or 11514276. OLE color: 11514276.
HSL color Cylindrical-coordinate representation of color #A4B1AF: hue angle of 170.77º degrees, saturation: 0.08, 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 #A4B1AF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 175 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.31 |
| HSL | 170.77º | 0.08% | 0.67% | - |
| HSV(B) | 170.77º | 0.07% | 0.69% | - |
| XYZ | 38.77 | 42.43 | 46.7 | - |
| YUV | 172.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 175 | 0.07 | 0 | 0.01 | 0.31 | 170.77 | 0.08 | 0.67 |
| Hex | A4 | B1 | AF | 7 | 0 | 1 | 1F | AB | 8 | 43 |
| Octal | 244 | 261 | 257 | 7 | 0 | 1 | 37 | 253 | 10 | 103 |
| Binary | 10100100 | 10110001 | 10101111 | 111 | 0 | 1 | 11111 | 10101011 | 1000 | 1000011 |
Color Harmonies of #A4B1AF
Complementary color
Monochromatic Colors of #A4B1AF
Black with #A4B1AF
Text Example
Text Example
White with #A4B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B1AF; }
p { color: rgb(164,177,175); }
H1.HeaderClassName
{
color: #A4B1AF;
}
.AnyTagClassName
{
color: #A4B1AF;
}
</style>
background-color css
<style>
a { background-color: #A4B1AF; }
a { background-color: rgb(164,177,175); }
div.DivClassName
{
background-color: #A4B1AF;
}
.BgClassName
{
background-color: #A4B1AF;
}
</style>
border-color css
<style>
span { border-color: #A4B1AF; }
span { border-color: rgb(164,177,175); }
td.TdClassName
{
border-color: #A4B1AF;
}
.TagClassName
{
border-color: #A4B1AF;
}
</style>