#A6ACAB

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

Shades of Hit Grey #A6ACAB

Tints of Hit Grey #A6ACAB

Color information

#A6ACAB (or 0xA6ACAB) is unknown color: approx Hit Grey. HEX triplet: A6, AC and AB. RGB value is (166,172,171). Sum of RGB (Red+Green+Blue) = 166+172+171=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 172 - color contains mainly: green. Hex color #A6ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAB is #595354. Grayscale: #AAAAAA. Windows color (decimal): -5854037 or 11250854. OLE color: 11250854.

HSL color Cylindrical-coordinate representation of color #A6ACAB: hue angle of 170º 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 #A6ACAB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB166172171-
CMYK0.0300.010.33
HSL170º3.49%66.27%-
HSV(B)170º3.49%67.45%-
XYZ37.8340.5544.36-
YUV170.09128.51125.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=32.61%
G=33.79%
B=33.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721710.0300.010.331703.4966.27
HexA6ACAB30121aa342
Octal246254253301412523102
Binary101001101010110010101011110110000110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACAB; }

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

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

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

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

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

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

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

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