Shades of Conch #A0BBB8
Tints of Conch #A0BBB8
RGB
CMYK
RGB Variations
Color information
#A0BBB8 (or 0xA0BBB8) is known color: Conch. HEX triplet: A0, BB and B8. RGB value is (160,187,184). Sum of RGB (Red+Green+Blue) = 160+187+184=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBB8 is #5F4447. Grayscale: #B2B2B2. Windows color (decimal): -6243400 or 12106656. OLE color: 12106656.
HSL color Cylindrical-coordinate representation of color #A0BBB8: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBB8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 184 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.27 |
| HSL | 173.33º | 0.17% | 0.68% | - |
| HSV(B) | 173.33º | 0.14% | 0.73% | - |
| XYZ | 40.92 | 46.47 | 52.16 | - |
| YUV | 178.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 184 | 0.14 | 0 | 0.02 | 0.27 | 173.33 | 0.17 | 0.68 |
| Hex | A0 | BB | B8 | E | 0 | 2 | 1B | AD | 11 | 44 |
| Octal | 240 | 273 | 270 | 16 | 0 | 2 | 33 | 255 | 21 | 104 |
| Binary | 10100000 | 10111011 | 10111000 | 1110 | 0 | 10 | 11011 | 10101101 | 10001 | 1000100 |
Color Harmonies of #A0BBB8
Complementary color
Monochromatic Colors of #A0BBB8
Black with #A0BBB8
Text Example
Text Example
White with #A0BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBB8; }
p { color: rgb(160,187,184); }
H1.HeaderClassName
{
color: #A0BBB8;
}
.AnyTagClassName
{
color: #A0BBB8;
}
</style>
background-color css
<style>
a { background-color: #A0BBB8; }
a { background-color: rgb(160,187,184); }
div.DivClassName
{
background-color: #A0BBB8;
}
.BgClassName
{
background-color: #A0BBB8;
}
</style>
border-color css
<style>
span { border-color: #A0BBB8; }
span { border-color: rgb(160,187,184); }
td.TdClassName
{
border-color: #A0BBB8;
}
.TagClassName
{
border-color: #A0BBB8;
}
</style>