Shades of Conch #A5B8B5
Tints of Conch #A5B8B5
RGB
CMYK
RGB Variations
Color information
#A5B8B5 (or 0xA5B8B5) is known color: Conch. HEX triplet: A5, B8 and B5. RGB value is (165,184,181). Sum of RGB (Red+Green+Blue) = 165+184+181=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8B5 is #5A474A. Grayscale: #B1B1B1. Windows color (decimal): -5916491 or 11909285. OLE color: 11909285.
HSL color Cylindrical-coordinate representation of color #A5B8B5: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B8B5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 181 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.28 |
| HSL | 170.53º | 0.12% | 0.68% | - |
| HSV(B) | 170.53º | 0.1% | 0.72% | - |
| XYZ | 41 | 45.62 | 50.36 | - |
| YUV | 177.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 181 | 0.10 | 0 | 0.02 | 0.28 | 170.53 | 0.12 | 0.68 |
| Hex | A5 | B8 | B5 | A | 0 | 2 | 1C | AB | C | 44 |
| Octal | 245 | 270 | 265 | 12 | 0 | 2 | 34 | 253 | 14 | 104 |
| Binary | 10100101 | 10111000 | 10110101 | 1010 | 0 | 10 | 11100 | 10101011 | 1100 | 1000100 |
Color Harmonies of #A5B8B5
Complementary color
Monochromatic Colors of #A5B8B5
Black with #A5B8B5
Text Example
Text Example
White with #A5B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8B5; }
p { color: rgb(165,184,181); }
H1.HeaderClassName
{
color: #A5B8B5;
}
.AnyTagClassName
{
color: #A5B8B5;
}
</style>
background-color css
<style>
a { background-color: #A5B8B5; }
a { background-color: rgb(165,184,181); }
div.DivClassName
{
background-color: #A5B8B5;
}
.BgClassName
{
background-color: #A5B8B5;
}
</style>
border-color css
<style>
span { border-color: #A5B8B5; }
span { border-color: rgb(165,184,181); }
td.TdClassName
{
border-color: #A5B8B5;
}
.TagClassName
{
border-color: #A5B8B5;
}
</style>