Shades of Conch #A8B5B4
Tints of Conch #A8B5B4
RGB
CMYK
RGB Variations
Color information
#A8B5B4 (or 0xA8B5B4) is known color: Conch. HEX triplet: A8, B5 and B4. RGB value is (168,181,180). Sum of RGB (Red+Green+Blue) = 168+181+180=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5B4 is #574A4B. Grayscale: #B0B0B0. Windows color (decimal): -5720652 or 11842984. OLE color: 11842984.
HSL color Cylindrical-coordinate representation of color #A8B5B4: hue angle of 175.38º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B5B4 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 180 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.29 |
| HSL | 175.38º | 0.08% | 0.68% | - |
| HSV(B) | 175.38º | 0.07% | 0.71% | - |
| XYZ | 40.91 | 44.67 | 49.65 | - |
| YUV | 177 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 180 | 0.07 | 0 | 0.01 | 0.29 | 175.38 | 0.08 | 0.68 |
| Hex | A8 | B5 | B4 | 7 | 0 | 1 | 1D | AF | 8 | 44 |
| Octal | 250 | 265 | 264 | 7 | 0 | 1 | 35 | 257 | 10 | 104 |
| Binary | 10101000 | 10110101 | 10110100 | 111 | 0 | 1 | 11101 | 10101111 | 1000 | 1000100 |
Color Harmonies of #A8B5B4
Complementary color
Monochromatic Colors of #A8B5B4
Black with #A8B5B4
Text Example
Text Example
White with #A8B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5B4; }
p { color: rgb(168,181,180); }
H1.HeaderClassName
{
color: #A8B5B4;
}
.AnyTagClassName
{
color: #A8B5B4;
}
</style>
background-color css
<style>
a { background-color: #A8B5B4; }
a { background-color: rgb(168,181,180); }
div.DivClassName
{
background-color: #A8B5B4;
}
.BgClassName
{
background-color: #A8B5B4;
}
</style>
border-color css
<style>
span { border-color: #A8B5B4; }
span { border-color: rgb(168,181,180); }
td.TdClassName
{
border-color: #A8B5B4;
}
.TagClassName
{
border-color: #A8B5B4;
}
</style>