#94ADAC

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

Shades of Hit Grey #94ADAC

Tints of Hit Grey #94ADAC

Color information

#94ADAC (or 0x94ADAC) is unknown color: approx Hit Grey. HEX triplet: 94, AD and AC. RGB value is (148,173,172). Sum of RGB (Red+Green+Blue) = 148+173+172=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #94ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ADAC is #6B5253. Grayscale: #A5A5A5. Windows color (decimal): -7033428 or 11316628. OLE color: 11316628.

HSL color Cylindrical-coordinate representation of color #94ADAC: hue angle of 177.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94ADAC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB148173172-
CMYK0.1400.010.32
HSL177.6º13.23%62.94%-
HSV(B)177.6º14.45%67.84%-
XYZ34.639.1644.76-
YUV165.41131.72115.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=30.02%
G=35.09%
B=34.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731720.1400.010.32177.613.2362.94
Hex94ADACE0120b2d3f
Octal2242552541601402621577
Binary100101001010110110101100111001100000101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ADAC; }

 p { color: rgb(148,173,172); }

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

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

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

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

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

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

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