#A3ACAB

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

Shades of Hit Grey #A3ACAB

Tints of Hit Grey #A3ACAB

Color information

#A3ACAB (or 0xA3ACAB) is unknown color: approx Hit Grey. HEX triplet: A3, AC and AB. RGB value is (163,172,171). Sum of RGB (Red+Green+Blue) = 163+172+171=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #A3ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ACAB is #5C5354. Grayscale: #A9A9A9. Windows color (decimal): -6050645 or 11250851. OLE color: 11250851.

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

Color convert

RGB163172171-
CMYK0.0500.010.33
HSL173.33º5.14%65.69%-
HSV(B)173.33º5.23%67.45%-
XYZ37.2140.2344.33-
YUV169.2129.02123.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=32.21%
G=33.99%
B=33.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721710.0500.010.33173.335.1465.69
HexA3ACAB50121ad542
Octal243254253501412555102
Binary10100011101011001010101110101100001101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACAB; }

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

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

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

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

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

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

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

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