Shades of Dark Gray #B3ACAC
Tints of Dark Gray #B3ACAC
RGB
CMYK
RGB Variations
Color information
#B3ACAC (or 0xB3ACAC) is known color: Dark Gray. HEX triplet: B3, AC and AC. RGB value is (179,172,172). Sum of RGB (Red+Green+Blue) = 179+172+172=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACAC is #4C5353. Grayscale: #AEAEAE. Windows color (decimal): -5002068 or 11316403. OLE color: 11316403.
HSL color Cylindrical-coordinate representation of color #B3ACAC: hue angle of 0º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ACAC is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 172 | 172 | - |
CMYK | 0 | 0.04 | 0.04 | 0.30 |
HSL | 0º | 0.04% | 0.69% | - |
HSV(B) | 0º | 0.04% | 0.7% | - |
XYZ | 40.79 | 42.07 | 45 | - |
YUV | 174.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 172 | 172 | 0 | 0.04 | 0.04 | 0.30 | 0 | 0.04 | 0.69 |
Hex | B3 | AC | AC | 0 | 4 | 4 | 1E | 0 | 4 | 45 |
Octal | 263 | 254 | 254 | 0 | 4 | 4 | 36 | 0 | 4 | 105 |
Binary | 10110011 | 10101100 | 10101100 | 0 | 100 | 100 | 11110 | 0 | 100 | 1000101 |
Color Harmonies of #B3ACAC
Complementary color
Monochromatic Colors of #B3ACAC
Black with #B3ACAC
Text Example
Text Example
White with #B3ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ACAC; }
p { color: rgb(179,172,172); }
H1.HeaderClassName
{
color: #B3ACAC;
}
.AnyTagClassName
{
color: #B3ACAC;
}
</style>
background-color css
<style>
a { background-color: #B3ACAC; }
a { background-color: rgb(179,172,172); }
div.DivClassName
{
background-color: #B3ACAC;
}
.BgClassName
{
background-color: #B3ACAC;
}
</style>
border-color css
<style>
span { border-color: #B3ACAC; }
span { border-color: rgb(179,172,172); }
td.TdClassName
{
border-color: #B3ACAC;
}
.TagClassName
{
border-color: #B3ACAC;
}
</style>