#ACACAC

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

Shades of Dark Gray #ACACAC

Tints of Dark Gray #ACACAC

Color information

#ACACAC (or 0xACACAC) is unknown color: approx Dark Gray. HEX triplet: AC, AC and AC. RGB value is (172,172,172). Sum of RGB (Red+Green+Blue) = 172+172+172=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 172 - color contains mainly: red, green, blue. Hex color #ACACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACACAC is #535353. Grayscale: #ACACAC. Windows color (decimal): -5460820 or 11316396. OLE color: 11316396.

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

Color convert

RGB172172172-
CMYK0000.33
HSL0%67.45%-
HSV(B)0%67.45%-
XYZ39.2141.2544.93-
YUV172128128-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721721720000.330067.45
HexACACAC000210043
Octal2542542540004100103
Binary101011001010110010101100000100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACAC; }

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

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

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

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

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

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

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

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