Shades of Conch #A4B5B2
Tints of Conch #A4B5B2
RGB
CMYK
RGB Variations
Color information
#A4B5B2 (or 0xA4B5B2) is known color: Conch. HEX triplet: A4, B5 and B2. RGB value is (164,181,178). Sum of RGB (Red+Green+Blue) = 164+181+178=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5B2 is #5B4A4D. Grayscale: #AFAFAF. Windows color (decimal): -5982798 or 11711908. OLE color: 11711908.
HSL color Cylindrical-coordinate representation of color #A4B5B2: hue angle of 169.41º 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 #A4B5B2 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 178 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.29 |
| HSL | 169.41º | 0.1% | 0.68% | - |
| HSV(B) | 169.41º | 0.09% | 0.71% | - |
| XYZ | 39.87 | 44.15 | 48.54 | - |
| YUV | 175.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 178 | 0.09 | 0 | 0.02 | 0.29 | 169.41 | 0.1 | 0.68 |
| Hex | A4 | B5 | B2 | 9 | 0 | 2 | 1D | A9 | A | 44 |
| Octal | 244 | 265 | 262 | 11 | 0 | 2 | 35 | 251 | 12 | 104 |
| Binary | 10100100 | 10110101 | 10110010 | 1001 | 0 | 10 | 11101 | 10101001 | 1010 | 1000100 |
Color Harmonies of #A4B5B2
Complementary color
Monochromatic Colors of #A4B5B2
Black with #A4B5B2
Text Example
Text Example
White with #A4B5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B5B2; }
p { color: rgb(164,181,178); }
H1.HeaderClassName
{
color: #A4B5B2;
}
.AnyTagClassName
{
color: #A4B5B2;
}
</style>
background-color css
<style>
a { background-color: #A4B5B2; }
a { background-color: rgb(164,181,178); }
div.DivClassName
{
background-color: #A4B5B2;
}
.BgClassName
{
background-color: #A4B5B2;
}
</style>
border-color css
<style>
span { border-color: #A4B5B2; }
span { border-color: rgb(164,181,178); }
td.TdClassName
{
border-color: #A4B5B2;
}
.TagClassName
{
border-color: #A4B5B2;
}
</style>