Html Css Color HEX #90A692 Pewter

📋 copy color: '#90A692'

red 144 ◦ green 166 ◦ blue 146

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

Shades of Pewter #90A692

Tints of Pewter #90A692

RGB

 RED value IS 144 (56.64% from 255) = 31.58%

 GREEN value IS 166 (65.23% from 255) = 36.4%

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 31.58%
G = 36.4%
B = 32.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#90A692 (or 0x90A692) is known color: Pewter. HEX triplet: 90, A6 and 92. RGB value is (144,166,146). Sum of RGB (Red+Green+Blue) = 144+166+146=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #90A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A692 is #6F596D. Grayscale: #9D9D9D. Windows color (decimal): -7297390 or 9610896. OLE color: 9610896.

HSL color Cylindrical-coordinate representation of color #90A692: hue angle of 125.45º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A692 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 166 146 -
CMYK 0.13 0 0.12 0.35
HSL 125.45º 0.11% 0.61% -
HSV(B) 125.45º 0.13% 0.65% -
XYZ 30.33 35.28 32.4 -
YUV 157.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 144 166 146 0.13 0 0.12 0.35 125.45 0.11 0.61
Hex 90 A6 92 D 0 C 23 7D B 3D
Octal 220 246 222 15 0 14 43 175 13 75
Binary 10010000 10100110 10010010 1101 0 1100 100011 1111101 1011 111101

Color Harmonies of #90A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A692

Black with #90A692

Text Example


Text Example

White with #90A692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A692; }

 p { color: rgb(144,166,146); }

 H1.HeaderClassName
 {
   color: #90A692;
 }
 .AnyTagClassName
 {
   color: #90A692;
 }
</style>

background-color css

<style>
 a { background-color: #90A692; }

 a { background-color: rgb(144,166,146); }

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

border-color css

<style>
 span { border-color: #90A692; }

 span { border-color: rgb(144,166,146); }

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