Shades of Conch #ACB1B1
Tints of Conch #ACB1B1
RGB
CMYK
RGB Variations
Color information
#ACB1B1 (or 0xACB1B1) is known color: Conch. HEX triplet: AC, B1 and B1. RGB value is (172,177,177). Sum of RGB (Red+Green+Blue) = 172+177+177=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 177 - color contains mainly: green, blue. Hex color #ACB1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1B1 is #534E4E. Grayscale: #AFAFAF. Windows color (decimal): -5459535 or 11645356. OLE color: 11645356.
HSL color Cylindrical-coordinate representation of color #ACB1B1: hue angle of 180º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB1B1 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 177 | 177 | - |
CMYK | 0.03 | 0 | 0 | 0.31 |
HSL | 180º | 0.03% | 0.68% | - |
HSV(B) | 180º | 0.03% | 0.69% | - |
XYZ | 40.67 | 43.39 | 47.83 | - |
YUV | 175.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 177 | 177 | 0.03 | 0 | 0 | 0.31 | 180 | 0.03 | 0.68 |
Hex | AC | B1 | B1 | 3 | 0 | 0 | 1F | B4 | 3 | 44 |
Octal | 254 | 261 | 261 | 3 | 0 | 0 | 37 | 264 | 3 | 104 |
Binary | 10101100 | 10110001 | 10110001 | 11 | 0 | 0 | 11111 | 10110100 | 11 | 1000100 |
Color Harmonies of #ACB1B1
Complementary color
Monochromatic Colors of #ACB1B1
Black with #ACB1B1
Text Example
Text Example
White with #ACB1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1B1; }
p { color: rgb(172,177,177); }
H1.HeaderClassName
{
color: #ACB1B1;
}
.AnyTagClassName
{
color: #ACB1B1;
}
</style>
background-color css
<style>
a { background-color: #ACB1B1; }
a { background-color: rgb(172,177,177); }
div.DivClassName
{
background-color: #ACB1B1;
}
.BgClassName
{
background-color: #ACB1B1;
}
</style>
border-color css
<style>
span { border-color: #ACB1B1; }
span { border-color: rgb(172,177,177); }
td.TdClassName
{
border-color: #ACB1B1;
}
.TagClassName
{
border-color: #ACB1B1;
}
</style>