Shades of Conch #A2B5B1
Tints of Conch #A2B5B1
RGB
CMYK
RGB Variations
Color information
#A2B5B1 (or 0xA2B5B1) is known color: Conch. HEX triplet: A2, B5 and B1. RGB value is (162,181,177). Sum of RGB (Red+Green+Blue) = 162+181+177=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5B1 is #5D4A4E. Grayscale: #AEAEAE. Windows color (decimal): -6113871 or 11646370. OLE color: 11646370.
HSL color Cylindrical-coordinate representation of color #A2B5B1: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5B1 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 177 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.29 |
| HSL | 167.37º | 0.11% | 0.67% | - |
| HSV(B) | 167.37º | 0.1% | 0.71% | - |
| XYZ | 39.36 | 43.9 | 47.99 | - |
| YUV | 174.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 177 | 0.10 | 0 | 0.02 | 0.29 | 167.37 | 0.11 | 0.67 |
| Hex | A2 | B5 | B1 | A | 0 | 2 | 1D | A7 | B | 43 |
| Octal | 242 | 265 | 261 | 12 | 0 | 2 | 35 | 247 | 13 | 103 |
| Binary | 10100010 | 10110101 | 10110001 | 1010 | 0 | 10 | 11101 | 10100111 | 1011 | 1000011 |
Color Harmonies of #A2B5B1
Complementary color
Monochromatic Colors of #A2B5B1
Black with #A2B5B1
Text Example
Text Example
White with #A2B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5B1; }
p { color: rgb(162,181,177); }
H1.HeaderClassName
{
color: #A2B5B1;
}
.AnyTagClassName
{
color: #A2B5B1;
}
</style>
background-color css
<style>
a { background-color: #A2B5B1; }
a { background-color: rgb(162,181,177); }
div.DivClassName
{
background-color: #A2B5B1;
}
.BgClassName
{
background-color: #A2B5B1;
}
</style>
border-color css
<style>
span { border-color: #A2B5B1; }
span { border-color: rgb(162,181,177); }
td.TdClassName
{
border-color: #A2B5B1;
}
.TagClassName
{
border-color: #A2B5B1;
}
</style>