Shades of Conch #A4B5B1
Tints of Conch #A4B5B1
RGB
CMYK
RGB Variations
Color information
#A4B5B1 (or 0xA4B5B1) is known color: Conch. HEX triplet: A4, B5 and B1. RGB value is (164,181,177). Sum of RGB (Red+Green+Blue) = 164+181+177=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5B1 is #5B4A4E. Grayscale: #AFAFAF. Windows color (decimal): -5982799 or 11646372. OLE color: 11646372.
HSL color Cylindrical-coordinate representation of color #A4B5B1: hue angle of 165.88º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4B5B1 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 177 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.29 |
| HSL | 165.88º | 0.1% | 0.68% | - |
| HSV(B) | 165.88º | 0.09% | 0.71% | - |
| XYZ | 39.77 | 44.11 | 48.01 | - |
| YUV | 175.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 177 | 0.09 | 0 | 0.02 | 0.29 | 165.88 | 0.1 | 0.68 |
| Hex | A4 | B5 | B1 | 9 | 0 | 2 | 1D | A6 | A | 44 |
| Octal | 244 | 265 | 261 | 11 | 0 | 2 | 35 | 246 | 12 | 104 |
| Binary | 10100100 | 10110101 | 10110001 | 1001 | 0 | 10 | 11101 | 10100110 | 1010 | 1000100 |
Color Harmonies of #A4B5B1
Complementary color
Monochromatic Colors of #A4B5B1
Black with #A4B5B1
Text Example
Text Example
White with #A4B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B5B1; }
p { color: rgb(164,181,177); }
H1.HeaderClassName
{
color: #A4B5B1;
}
.AnyTagClassName
{
color: #A4B5B1;
}
</style>
background-color css
<style>
a { background-color: #A4B5B1; }
a { background-color: rgb(164,181,177); }
div.DivClassName
{
background-color: #A4B5B1;
}
.BgClassName
{
background-color: #A4B5B1;
}
</style>
border-color css
<style>
span { border-color: #A4B5B1; }
span { border-color: rgb(164,181,177); }
td.TdClassName
{
border-color: #A4B5B1;
}
.TagClassName
{
border-color: #A4B5B1;
}
</style>