Shades of Conch #A1B8B3
Tints of Conch #A1B8B3
RGB
CMYK
RGB Variations
Color information
#A1B8B3 (or 0xA1B8B3) is known color: Conch. HEX triplet: A1, B8 and B3. RGB value is (161,184,179). Sum of RGB (Red+Green+Blue) = 161+184+179=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8B3 is #5E474C. Grayscale: #B0B0B0. Windows color (decimal): -6178637 or 11778209. OLE color: 11778209.
HSL color Cylindrical-coordinate representation of color #A1B8B3: hue angle of 166.96º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8B3 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 179 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.28 |
| HSL | 166.96º | 0.14% | 0.68% | - |
| HSV(B) | 166.96º | 0.13% | 0.72% | - |
| XYZ | 39.98 | 45.11 | 49.25 | - |
| YUV | 176.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 179 | 0.12 | 0 | 0.03 | 0.28 | 166.96 | 0.14 | 0.68 |
| Hex | A1 | B8 | B3 | C | 0 | 3 | 1C | A7 | E | 44 |
| Octal | 241 | 270 | 263 | 14 | 0 | 3 | 34 | 247 | 16 | 104 |
| Binary | 10100001 | 10111000 | 10110011 | 1100 | 0 | 11 | 11100 | 10100111 | 1110 | 1000100 |
Color Harmonies of #A1B8B3
Complementary color
Monochromatic Colors of #A1B8B3
Black with #A1B8B3
Text Example
Text Example
White with #A1B8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8B3; }
p { color: rgb(161,184,179); }
H1.HeaderClassName
{
color: #A1B8B3;
}
.AnyTagClassName
{
color: #A1B8B3;
}
</style>
background-color css
<style>
a { background-color: #A1B8B3; }
a { background-color: rgb(161,184,179); }
div.DivClassName
{
background-color: #A1B8B3;
}
.BgClassName
{
background-color: #A1B8B3;
}
</style>
border-color css
<style>
span { border-color: #A1B8B3; }
span { border-color: rgb(161,184,179); }
td.TdClassName
{
border-color: #A1B8B3;
}
.TagClassName
{
border-color: #A1B8B3;
}
</style>