#A7ACAC

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

Shades of Hit Grey #A7ACAC

Tints of Hit Grey #A7ACAC

Color information

#A7ACAC (or 0xA7ACAC) is unknown color: approx Hit Grey. HEX triplet: A7, AC and AC. RGB value is (167,172,172). Sum of RGB (Red+Green+Blue) = 167+172+172=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #A7ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACAC is #585353. Grayscale: #AAAAAA. Windows color (decimal): -5788500 or 11316391. OLE color: 11316391.

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

Color convert

RGB167172172-
CMYK0.03000.33
HSL180º2.92%66.47%-
HSV(B)180º2.91%67.45%-
XYZ38.1440.744.88-
YUV170.5128.84125.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=32.68%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721720.03000.331802.9266.47
HexA7ACAC30021b4342
Octal247254254300412643102
Binary101001111010110010101100110010000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACAC; }

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

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

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

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

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

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

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

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