Shades of Conch #A4B6B1
Tints of Conch #A4B6B1
RGB
CMYK
RGB Variations
Color information
#A4B6B1 (or 0xA4B6B1) is known color: Conch. HEX triplet: A4, B6 and B1. RGB value is (164,182,177). Sum of RGB (Red+Green+Blue) = 164+182+177=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B6B1 is #5B494E. Grayscale: #B0B0B0. Windows color (decimal): -5982543 or 11646628. OLE color: 11646628.
HSL color Cylindrical-coordinate representation of color #A4B6B1: hue angle of 163.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B6B1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 182 | 177 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.29 |
| HSL | 163.33º | 0.11% | 0.68% | - |
| HSV(B) | 163.33º | 0.1% | 0.71% | - |
| XYZ | 39.97 | 44.52 | 48.08 | - |
| YUV | 176.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 177 | 0.10 | 0 | 0.03 | 0.29 | 163.33 | 0.11 | 0.68 |
| Hex | A4 | B6 | B1 | A | 0 | 3 | 1D | A3 | B | 44 |
| Octal | 244 | 266 | 261 | 12 | 0 | 3 | 35 | 243 | 13 | 104 |
| Binary | 10100100 | 10110110 | 10110001 | 1010 | 0 | 11 | 11101 | 10100011 | 1011 | 1000100 |
Color Harmonies of #A4B6B1
Complementary color
Monochromatic Colors of #A4B6B1
Black with #A4B6B1
Text Example
Text Example
White with #A4B6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B6B1; }
p { color: rgb(164,182,177); }
H1.HeaderClassName
{
color: #A4B6B1;
}
.AnyTagClassName
{
color: #A4B6B1;
}
</style>
background-color css
<style>
a { background-color: #A4B6B1; }
a { background-color: rgb(164,182,177); }
div.DivClassName
{
background-color: #A4B6B1;
}
.BgClassName
{
background-color: #A4B6B1;
}
</style>
border-color css
<style>
span { border-color: #A4B6B1; }
span { border-color: rgb(164,182,177); }
td.TdClassName
{
border-color: #A4B6B1;
}
.TagClassName
{
border-color: #A4B6B1;
}
</style>