#94A4A1

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

Shades of Cascade #94A4A1

Tints of Cascade #94A4A1

Color information

#94A4A1 (or 0x94A4A1) is unknown color: approx Cascade. HEX triplet: 94, A4 and A1. RGB value is (148,164,161). Sum of RGB (Red+Green+Blue) = 148+164+161=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 164 - color contains mainly: green. Hex color #94A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A4A1 is #6B5B5E. Grayscale: #9E9E9E. Windows color (decimal): -7035743 or 10593428. OLE color: 10593428.

HSL color Cylindrical-coordinate representation of color #94A4A1: hue angle of 168.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A4A1 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB148164161-
CMYK0.1000.020.36
HSL168.75º8.08%61.18%-
HSV(B)168.75º9.76%64.31%-
XYZ31.9235.4238.87-
YUV158.87129.2120.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=31.29%
G=34.67%
B=34.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641610.1000.020.36168.758.0861.18
Hex94A4A1A0224a983d
Octal2242442411202442511075
Binary1001010010100100101000011010010100100101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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