#94ACA8

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

Shades of Hit Grey #94ACA8

Tints of Hit Grey #94ACA8

Color information

#94ACA8 (or 0x94ACA8) is unknown color: approx Hit Grey. HEX triplet: 94, AC and A8. RGB value is (148,172,168). Sum of RGB (Red+Green+Blue) = 148+172+168=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #94ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ACA8 is #6B5357. Grayscale: #A4A4A4. Windows color (decimal): -7033688 or 11054228. OLE color: 11054228.

HSL color Cylindrical-coordinate representation of color #94ACA8: hue angle of 170º 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 #94ACA8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB148172168-
CMYK0.1400.020.33
HSL170º12.63%62.75%-
HSV(B)170º13.95%67.45%-
XYZ34.0338.6342.71-
YUV164.37130.05116.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=30.33%
G=35.25%
B=34.43%

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
Decimal1481721680.1400.020.3317012.6362.75
Hex94ACA8E0221aad3f
Octal2242542501602412521577
Binary1001010010101100101010001110010100001101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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