#A8ACAC

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

Shades of Hit Grey #A8ACAC

Tints of Hit Grey #A8ACAC

Color information

#A8ACAC (or 0xA8ACAC) is unknown color: approx Hit Grey. HEX triplet: A8, AC and AC. RGB value is (168,172,172). Sum of RGB (Red+Green+Blue) = 168+172+172=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #A8ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAC is #575353. Grayscale: #AAAAAA. Windows color (decimal): -5722964 or 11316392. OLE color: 11316392.

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

Color convert

RGB168172172-
CMYK0.02000.33
HSL180º2.35%66.67%-
HSV(B)180º2.33%67.45%-
XYZ38.3540.8144.89-
YUV170.8128.67126-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=32.81%
G=33.59%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721720.02000.331802.3566.67
HexA8ACAC20021b4243
Octal250254254200412642103
Binary101010001010110010101100100010000110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACAC; }

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

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

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

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

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

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

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

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