#B5ACAC

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

Shades of Dark Gray #B5ACAC

Tints of Dark Gray #B5ACAC

Color information

#B5ACAC (or 0xB5ACAC) is unknown color: approx Dark Gray. HEX triplet: B5, AC and AC. RGB value is (181,172,172). Sum of RGB (Red+Green+Blue) = 181+172+172=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACAC is #4A5353. Grayscale: #AEAEAE. Windows color (decimal): -4870996 or 11316405. OLE color: 11316405.

HSL color Cylindrical-coordinate representation of color #B5ACAC: hue angle of 0º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5ACAC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181172172-
CMYK00.050.050.29
HSL5.73%69.22%-
HSV(B)4.97%70.98%-
XYZ41.2542.3145.02-
YUV174.69126.48132.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=34.48%
G=32.76%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117217200.050.050.2905.7369.22
HexB5ACAC0551D0645
Octal2652542540553506105
Binary10110101101011001010110001011011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACAC; }

 p { color: rgb(181,172,172); }

 H1.HeaderClassName
 {
   color: #B5ACAC;
 }
 .AnyTagClassName
 {
   color: #B5ACAC;
 }
</style>
background-color css

<style>
 a { background-color: #B5ACAC; }

 a { background-color: rgb(181,172,172); }

 div.DivClassName
 {
   background-color: #B5ACAC;
 }
 .BgClassName
 {
   background-color: #B5ACAC;
 }
</style>
border-color css

<style>
 span { border-color: #B5ACAC; }

 span { border-color: rgb(181,172,172); }

 td.TdClassName
 {
   border-color: #B5ACAC;
 }
 .TagClassName
 {
   border-color: #B5ACAC;
 }
</style>