#94ACA9

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

Shades of Hit Grey #94ACA9

Tints of Hit Grey #94ACA9

Color information

#94ACA9 (or 0x94ACA9) is unknown color: approx Hit Grey. HEX triplet: 94, AC and A9. RGB value is (148,172,169). Sum of RGB (Red+Green+Blue) = 148+172+169=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #94ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ACA9 is #6B5356. Grayscale: #A4A4A4. Windows color (decimal): -7033687 or 11119764. OLE color: 11119764.

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

Color convert

RGB148172169-
CMYK0.1400.020.33
HSL172.5º12.63%62.75%-
HSV(B)172.5º13.95%67.45%-
XYZ34.1338.6743.2-
YUV164.48130.55116.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=30.27%
G=35.17%
B=34.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721690.1400.020.33172.512.6362.75
Hex94ACA9E0221acd3f
Octal2242542511602412541577
Binary1001010010101100101010011110010100001101011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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