Shades of Conch #A4B2AF
Tints of Conch #A4B2AF
RGB
CMYK
RGB Variations
Color information
#A4B2AF (or 0xA4B2AF) is known color: Conch. HEX triplet: A4, B2 and AF. RGB value is (164,178,175). Sum of RGB (Red+Green+Blue) = 164+178+175=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B2AF is #5B4D50. Grayscale: #ADADAD. Windows color (decimal): -5983569 or 11514532. OLE color: 11514532.
HSL color Cylindrical-coordinate representation of color #A4B2AF: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4B2AF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 175 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.30 |
| HSL | 167.14º | 0.08% | 0.67% | - |
| HSV(B) | 167.14º | 0.08% | 0.7% | - |
| XYZ | 38.97 | 42.83 | 46.77 | - |
| YUV | 173.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 175 | 0.08 | 0 | 0.02 | 0.30 | 167.14 | 0.08 | 0.67 |
| Hex | A4 | B2 | AF | 8 | 0 | 2 | 1E | A7 | 8 | 43 |
| Octal | 244 | 262 | 257 | 10 | 0 | 2 | 36 | 247 | 10 | 103 |
| Binary | 10100100 | 10110010 | 10101111 | 1000 | 0 | 10 | 11110 | 10100111 | 1000 | 1000011 |
Color Harmonies of #A4B2AF
Complementary color
Monochromatic Colors of #A4B2AF
Black with #A4B2AF
Text Example
Text Example
White with #A4B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B2AF; }
p { color: rgb(164,178,175); }
H1.HeaderClassName
{
color: #A4B2AF;
}
.AnyTagClassName
{
color: #A4B2AF;
}
</style>
background-color css
<style>
a { background-color: #A4B2AF; }
a { background-color: rgb(164,178,175); }
div.DivClassName
{
background-color: #A4B2AF;
}
.BgClassName
{
background-color: #A4B2AF;
}
</style>
border-color css
<style>
span { border-color: #A4B2AF; }
span { border-color: rgb(164,178,175); }
td.TdClassName
{
border-color: #A4B2AF;
}
.TagClassName
{
border-color: #A4B2AF;
}
</style>