#94A3A0

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

Shades of Cascade #94A3A0

Tints of Cascade #94A3A0

Color information

#94A3A0 (or 0x94A3A0) is unknown color: approx Cascade. HEX triplet: 94, A3 and A0. RGB value is (148,163,160). Sum of RGB (Red+Green+Blue) = 148+163+160=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 163 - color contains mainly: green. Hex color #94A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A3A0 is #6B5C5F. Grayscale: #9E9E9E. Windows color (decimal): -7036000 or 10527636. OLE color: 10527636.

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

Color convert

RGB148163160-
CMYK0.0900.020.36
HSL168º7.54%60.98%-
HSV(B)168º9.2%63.92%-
XYZ31.6635.0338.35-
YUV158.17129.03120.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=31.42%
G=34.61%
B=33.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631600.0900.020.361687.5460.98
Hex94A3A090224a883d
Octal2242432401102442501075
Binary1001010010100011101000001001010100100101010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,160); }

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

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

 a { background-color: rgb(148,163,160); }

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

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

 span { border-color: rgb(148,163,160); }

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