Html Css Color HEX #93A893 Pewter

📋 copy color: '#93A893'

red 147 ◦ green 168 ◦ blue 147

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

Shades of Pewter #93A893

Tints of Pewter #93A893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#93A893 (or 0x93A893) is known color: Pewter. HEX triplet: 93, A8 and 93. RGB value is (147,168,147). Sum of RGB (Red+Green+Blue) = 147+168+147=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #93A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A893 is #6C576C. Grayscale: #9F9F9F. Windows color (decimal): -7100269 or 9676947. OLE color: 9676947.

HSL color Cylindrical-coordinate representation of color #93A893: hue angle of 120º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A893 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 168 147 -
CMYK 0.13 0 0.13 0.34
HSL 120º 0.11% 0.62% -
HSV(B) 120º 0.13% 0.66% -
XYZ 31.3 36.31 32.96 -
YUV 159.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 147 168 147 0.13 0 0.13 0.34 120 0.11 0.62
Hex 93 A8 93 D 0 D 22 78 B 3E
Octal 223 250 223 15 0 15 42 170 13 76
Binary 10010011 10101000 10010011 1101 0 1101 100010 1111000 1011 111110

Color Harmonies of #93A893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A893

Black with #93A893

Text Example


Text Example

White with #93A893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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