Shades of Conch #A1B4B1
Tints of Conch #A1B4B1
RGB
CMYK
RGB Variations
Color information
#A1B4B1 (or 0xA1B4B1) is known color: Conch. HEX triplet: A1, B4 and B1. RGB value is (161,180,177). Sum of RGB (Red+Green+Blue) = 161+180+177=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4B1 is #5E4B4E. Grayscale: #ADADAD. Windows color (decimal): -6179663 or 11646113. OLE color: 11646113.
HSL color Cylindrical-coordinate representation of color #A1B4B1: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B4B1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 177 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.29 |
| HSL | 170.53º | 0.11% | 0.67% | - |
| HSV(B) | 170.53º | 0.11% | 0.71% | - |
| XYZ | 38.96 | 43.39 | 47.92 | - |
| YUV | 173.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 177 | 0.11 | 0 | 0.02 | 0.29 | 170.53 | 0.11 | 0.67 |
| Hex | A1 | B4 | B1 | B | 0 | 2 | 1D | AB | B | 43 |
| Octal | 241 | 264 | 261 | 13 | 0 | 2 | 35 | 253 | 13 | 103 |
| Binary | 10100001 | 10110100 | 10110001 | 1011 | 0 | 10 | 11101 | 10101011 | 1011 | 1000011 |
Color Harmonies of #A1B4B1
Complementary color
Monochromatic Colors of #A1B4B1
Black with #A1B4B1
Text Example
Text Example
White with #A1B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B4B1; }
p { color: rgb(161,180,177); }
H1.HeaderClassName
{
color: #A1B4B1;
}
.AnyTagClassName
{
color: #A1B4B1;
}
</style>
background-color css
<style>
a { background-color: #A1B4B1; }
a { background-color: rgb(161,180,177); }
div.DivClassName
{
background-color: #A1B4B1;
}
.BgClassName
{
background-color: #A1B4B1;
}
</style>
border-color css
<style>
span { border-color: #A1B4B1; }
span { border-color: rgb(161,180,177); }
td.TdClassName
{
border-color: #A1B4B1;
}
.TagClassName
{
border-color: #A1B4B1;
}
</style>