#B3ACAC

Color #B3ACAC Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #B3ACAC

Tints of Dark Gray #B3ACAC

Color information

#B3ACAC (or 0xB3ACAC) is unknown color: approx 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

RGB179172172-
CMYK00.040.040.30
HSL4.4%68.82%-
HSV(B)3.91%70.2%-
XYZ40.7942.0745-
YUV174.09126.82131.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=34.23%
G=32.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917217200.040.040.3004.468.82
HexB3ACAC0441E0445
Octal2632542540443604105
Binary10110011101011001010110001001001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>