Html Css Color HEX #94A49D Tower Grey

📋 copy color: '#94A49D'

red 148 ◦ green 164 ◦ blue 157

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

Shades of Tower Grey #94A49D

Tints of Tower Grey #94A49D

RGB

 RED value IS 148 (58.2% from 255) = 31.56%

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 31.56%
G = 34.97%
B = 33.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#94A49D (or 0x94A49D) is known color: Tower Grey. HEX triplet: 94, A4 and 9D. RGB value is (148,164,157). Sum of RGB (Red+Green+Blue) = 148+164+157=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49D is #6B5B62. Grayscale: #9E9E9E. Windows color (decimal): -7035747 or 10331284. OLE color: 10331284.

HSL color Cylindrical-coordinate representation of color #94A49D: hue angle of 153.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 #94A49D is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 157 -
CMYK 0.10 0 0.04 0.36
HSL 153.75º 0.08% 0.61% -
HSV(B) 153.75º 0.1% 0.64% -
XYZ 31.57 35.28 37.04 -
YUV 158.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 148 164 157 0.10 0 0.04 0.36 153.75 0.08 0.61
Hex 94 A4 9D A 0 4 24 9A 8 3D
Octal 224 244 235 12 0 4 44 232 10 75
Binary 10010100 10100100 10011101 1010 0 100 100100 10011010 1000 111101

Color Harmonies of #94A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A49D

Black with #94A49D

Text Example


Text Example

White with #94A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A49D;
 }
 .AnyTagClassName
 {
   color: #94A49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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