#94A6A1

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

Shades of Cascade #94A6A1

Tints of Cascade #94A6A1

Color information

#94A6A1 (or 0x94A6A1) is unknown color: approx Cascade. HEX triplet: 94, A6 and A1. RGB value is (148,166,161). Sum of RGB (Red+Green+Blue) = 148+166+161=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #94A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A6A1 is #6B595E. Grayscale: #A0A0A0. Windows color (decimal): -7035231 or 10593940. OLE color: 10593940.

HSL color Cylindrical-coordinate representation of color #94A6A1: hue angle of 163.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A6A1 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB148166161-
CMYK0.1100.030.35
HSL163.33º9.18%61.57%-
HSV(B)163.33º10.84%65.1%-
XYZ32.2836.1438.99-
YUV160.05128.54119.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=31.16%
G=34.95%
B=33.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661610.1100.030.35163.339.1861.57
Hex94A6A1B0323a393e
Octal2242462411303432431176
Binary1001010010100110101000011011011100011101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,161); }

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

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

 a { background-color: rgb(148,166,161); }

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

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

 span { border-color: rgb(148,166,161); }

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