Html Css Color HEX #93AD94 Pewter

📋 copy color: '#93AD94'

red 147 ◦ green 173 ◦ blue 148

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

Shades of Pewter #93AD94

Tints of Pewter #93AD94

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 31.41%
G = 36.97%
B = 31.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#93AD94 (or 0x93AD94) is known color: Pewter. HEX triplet: 93, AD and 94. RGB value is (147,173,148). Sum of RGB (Red+Green+Blue) = 147+173+148=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AD94 is #6C526B. Grayscale: #A2A2A2. Windows color (decimal): -7098988 or 9743763. OLE color: 9743763.

HSL color Cylindrical-coordinate representation of color #93AD94: hue angle of 122.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93AD94 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 148 -
CMYK 0.15 0 0.14 0.32
HSL 122.31º 0.14% 0.63% -
HSV(B) 122.31º 0.15% 0.68% -
XYZ 32.32 38.23 33.69 -
YUV 162.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 147 173 148 0.15 0 0.14 0.32 122.31 0.14 0.63
Hex 93 AD 94 F 0 E 20 7A E 3F
Octal 223 255 224 17 0 16 40 172 16 77
Binary 10010011 10101101 10010100 1111 0 1110 100000 1111010 1110 111111

Color Harmonies of #93AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD94

Black with #93AD94

Text Example


Text Example

White with #93AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AD94; }

 p { color: rgb(147,173,148); }

 H1.HeaderClassName
 {
   color: #93AD94;
 }
 .AnyTagClassName
 {
   color: #93AD94;
 }
</style>

background-color css

<style>
 a { background-color: #93AD94; }

 a { background-color: rgb(147,173,148); }

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

border-color css

<style>
 span { border-color: #93AD94; }

 span { border-color: rgb(147,173,148); }

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