Shades of Conch #A4B4B0
Tints of Conch #A4B4B0
RGB
CMYK
RGB Variations
Color information
#A4B4B0 (or 0xA4B4B0) is known color: Conch. HEX triplet: A4, B4 and B0. RGB value is (164,180,176). Sum of RGB (Red+Green+Blue) = 164+180+176=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B4B0 is #5B4B4F. Grayscale: #AEAEAE. Windows color (decimal): -5983056 or 11580580. OLE color: 11580580.
HSL color Cylindrical-coordinate representation of color #A4B4B0: hue angle of 165º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4B4B0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 176 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.29 |
| HSL | 165º | 0.1% | 0.67% | - |
| HSV(B) | 165º | 0.09% | 0.71% | - |
| XYZ | 39.47 | 43.67 | 47.42 | - |
| YUV | 174.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 176 | 0.09 | 0 | 0.02 | 0.29 | 165 | 0.1 | 0.67 |
| Hex | A4 | B4 | B0 | 9 | 0 | 2 | 1D | A5 | A | 43 |
| Octal | 244 | 264 | 260 | 11 | 0 | 2 | 35 | 245 | 12 | 103 |
| Binary | 10100100 | 10110100 | 10110000 | 1001 | 0 | 10 | 11101 | 10100101 | 1010 | 1000011 |
Color Harmonies of #A4B4B0
Complementary color
Monochromatic Colors of #A4B4B0
Black with #A4B4B0
Text Example
Text Example
White with #A4B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B4B0; }
p { color: rgb(164,180,176); }
H1.HeaderClassName
{
color: #A4B4B0;
}
.AnyTagClassName
{
color: #A4B4B0;
}
</style>
background-color css
<style>
a { background-color: #A4B4B0; }
a { background-color: rgb(164,180,176); }
div.DivClassName
{
background-color: #A4B4B0;
}
.BgClassName
{
background-color: #A4B4B0;
}
</style>
border-color css
<style>
span { border-color: #A4B4B0; }
span { border-color: rgb(164,180,176); }
td.TdClassName
{
border-color: #A4B4B0;
}
.TagClassName
{
border-color: #A4B4B0;
}
</style>