Html Css Color HEX #94A3A0 Cascade

📋 copy color: '#94A3A0'

red 148 ◦ green 163 ◦ blue 160

#94A3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #94A3A0

Tints of Cascade #94A3A0

RGB

 RED value IS 148 (58.2% 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 value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#94A3A0 (or 0x94A3A0) is known color: 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

RGB 148 163 160 -
CMYK 0.09 0 0.02 0.36
HSL 168º 0.08% 0.61% -
HSV(B) 168º 0.09% 0.64% -
XYZ 31.66 35.03 38.35 -
YUV 158.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 148 163 160 0.09 0 0.02 0.36 168 0.08 0.61
Hex 94 A3 A0 9 0 2 24 A8 8 3D
Octal 224 243 240 11 0 2 44 250 10 75
Binary 10010100 10100011 10100000 1001 0 10 100100 10101000 1000 111101

Color Harmonies of #94A3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3A0

Black with #94A3A0

Text Example


Text Example

White with #94A3A0

Text Example


Text Example

HTML Codes & Css Web 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>