Html Css Color HEX #93A093 Pewter

📋 copy color: '#93A093'

red 147 ◦ green 160 ◦ blue 147

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

Shades of Pewter #93A093

Tints of Pewter #93A093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 32.38%
G = 35.24%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#93A093 (or 0x93A093) is known color: Pewter. HEX triplet: 93, A0 and 93. RGB value is (147,160,147). Sum of RGB (Red+Green+Blue) = 147+160+147=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 160 - color contains mainly: green. Hex color #93A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A093 is #6C5F6C. Grayscale: #9A9A9A. Windows color (decimal): -7102317 or 9674899. OLE color: 9674899.

HSL color Cylindrical-coordinate representation of color #93A093: hue angle of 120º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93A093 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 147 -
CMYK 0.08 0 0.08 0.37
HSL 120º 0.06% 0.6% -
HSV(B) 120º 0.08% 0.63% -
XYZ 29.87 33.45 32.49 -
YUV 154.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 147 160 147 0.08 0 0.08 0.37 120 0.06 0.6
Hex 93 A0 93 8 0 8 25 78 6 3C
Octal 223 240 223 10 0 10 45 170 6 74
Binary 10010011 10100000 10010011 1000 0 1000 100101 1111000 110 111100

Color Harmonies of #93A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A093

Black with #93A093

Text Example


Text Example

White with #93A093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,160,147); }

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

background-color css

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

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

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

border-color css

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

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

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