Shades of Conch #ABB7B6
Tints of Conch #ABB7B6
RGB
CMYK
RGB Variations
Color information
#ABB7B6 (or 0xABB7B6) is known color: Conch. HEX triplet: AB, B7 and B6. RGB value is (171,183,182). Sum of RGB (Red+Green+Blue) = 171+183+182=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7B6 is #544849. Grayscale: #B3B3B3. Windows color (decimal): -5523530 or 11974571. OLE color: 11974571.
HSL color Cylindrical-coordinate representation of color #ABB7B6: hue angle of 175º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7B6 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 171 | 183 | 182 | - |
CMYK | 0.07 | 0 | 0.01 | 0.28 |
HSL | 175º | 0.08% | 0.69% | - |
HSV(B) | 175º | 0.07% | 0.72% | - |
XYZ | 42.17 | 45.9 | 50.89 | - |
YUV | 179.3 | 129.52 | 122.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 183 | 182 | 0.07 | 0 | 0.01 | 0.28 | 175 | 0.08 | 0.69 |
Hex | AB | B7 | B6 | 7 | 0 | 1 | 1C | AF | 8 | 45 |
Octal | 253 | 267 | 266 | 7 | 0 | 1 | 34 | 257 | 10 | 105 |
Binary | 10101011 | 10110111 | 10110110 | 111 | 0 | 1 | 11100 | 10101111 | 1000 | 1000101 |
Color Harmonies of #ABB7B6
Complementary color
Monochromatic Colors of #ABB7B6
Black with #ABB7B6
Text Example
Text Example
White with #ABB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7B6; }
p { color: rgb(171,183,182); }
H1.HeaderClassName
{
color: #ABB7B6;
}
.AnyTagClassName
{
color: #ABB7B6;
}
</style>
background-color css
<style>
a { background-color: #ABB7B6; }
a { background-color: rgb(171,183,182); }
div.DivClassName
{
background-color: #ABB7B6;
}
.BgClassName
{
background-color: #ABB7B6;
}
</style>
border-color css
<style>
span { border-color: #ABB7B6; }
span { border-color: rgb(171,183,182); }
td.TdClassName
{
border-color: #ABB7B6;
}
.TagClassName
{
border-color: #ABB7B6;
}
</style>