Html Css Color HEX #92A093 Pewter

📋 copy color: '#92A093'

red 146 ◦ green 160 ◦ blue 147

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

Shades of Pewter #92A093

Tints of Pewter #92A093

RGB

 RED value IS 146 (57.42% from 255) = 32.23%

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

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

R = 32.23%
G = 35.32%
B = 32.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#92A093 (or 0x92A093) is known color: Pewter. HEX triplet: 92, A0 and 93. RGB value is (146,160,147). Sum of RGB (Red+Green+Blue) = 146+160+147=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #92A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A093 is #6D5F6C. Grayscale: #9A9A9A. Windows color (decimal): -7167853 or 9674898. OLE color: 9674898.

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

Color convert

RGB 146 160 147 -
CMYK 0.09 0 0.08 0.37
HSL 124.29º 0.07% 0.6% -
HSV(B) 124.29º 0.09% 0.63% -
XYZ 29.69 33.36 32.48 -
YUV 154.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 146 160 147 0.09 0 0.08 0.37 124.29 0.07 0.6
Hex 92 A0 93 9 0 8 25 7C 7 3C
Octal 222 240 223 11 0 10 45 174 7 74
Binary 10010010 10100000 10010011 1001 0 1000 100101 1111100 111 111100

Color Harmonies of #92A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A093

Black with #92A093

Text Example


Text Example

White with #92A093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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