#A6ACAC

Color #A6ACAC Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A6ACAC

Tints of Hit Grey #A6ACAC

Color information

#A6ACAC (or 0xA6ACAC) is unknown color: approx Hit Grey. HEX triplet: A6, AC and AC. RGB value is (166,172,172). Sum of RGB (Red+Green+Blue) = 166+172+172=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #A6ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAC is #595353. Grayscale: #AAAAAA. Windows color (decimal): -5854036 or 11316390. OLE color: 11316390.

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

Color convert

RGB166172172-
CMYK0.03000.33
HSL180º3.49%66.27%-
HSV(B)180º3.49%67.45%-
XYZ37.9240.5944.87-
YUV170.21129.01125-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=32.55%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721720.03000.331803.4966.27
HexA6ACAC30021b4342
Octal246254254300412643102
Binary101001101010110010101100110010000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACAC; }

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

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

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

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

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

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

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

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