Html Css Color HEX #94A595 Pewter

📋 copy color: '#94A595'

red 148 ◦ green 165 ◦ blue 149

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

Shades of Pewter #94A595

Tints of Pewter #94A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 32.03%
G = 35.71%
B = 32.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#94A595 (or 0x94A595) is known color: Pewter. HEX triplet: 94, A5 and 95. RGB value is (148,165,149). Sum of RGB (Red+Green+Blue) = 148+165+149=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #94A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A595 is #6B5A6A. Grayscale: #9E9E9E. Windows color (decimal): -7035499 or 9807252. OLE color: 9807252.

HSL color Cylindrical-coordinate representation of color #94A595: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A595 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 149 -
CMYK 0.10 0 0.10 0.35
HSL 123.53º 0.09% 0.61% -
HSV(B) 123.53º 0.1% 0.65% -
XYZ 31.09 35.38 33.62 -
YUV 158.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 148 165 149 0.10 0 0.10 0.35 123.53 0.09 0.61
Hex 94 A5 95 A 0 A 23 7C 9 3D
Octal 224 245 225 12 0 12 43 174 11 75
Binary 10010100 10100101 10010101 1010 0 1010 100011 1111100 1001 111101

Color Harmonies of #94A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A595

Black with #94A595

Text Example


Text Example

White with #94A595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,165,149); }

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

background-color css

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

 a { background-color: rgb(148,165,149); }

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

border-color css

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

 span { border-color: rgb(148,165,149); }

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