#90AA91

Color #90AA91 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #90AA91

Tints of Pewter #90AA91

Color information

#90AA91 (or 0x90AA91) is unknown color: approx Pewter. HEX triplet: 90, AA and 91. RGB value is (144,170,145). Sum of RGB (Red+Green+Blue) = 144+170+145=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA91 is #6F556E. Grayscale: #9F9F9F. Windows color (decimal): -7296367 or 9546384. OLE color: 9546384.

HSL color Cylindrical-coordinate representation of color #90AA91: hue angle of 122.31º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA91 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB144170145-
CMYK0.1500.150.33
HSL122.31º13.27%61.57%-
HSV(B)122.31º15.29%66.67%-
XYZ30.9936.7232.24-
YUV159.38119.89117.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=31.37%
G=37.04%
B=31.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701450.1500.150.33122.3113.2761.57
Hex90AA91F0F217ad3e
Octal22025222117017411721576
Binary10010000101010101001000111110111110000111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,170,145); }

 H1.HeaderClassName
 {
   color: #90AA91;
 }
 .AnyTagClassName
 {
   color: #90AA91;
 }
</style>
background-color css

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

 a { background-color: rgb(144,170,145); }

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

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

 span { border-color: rgb(144,170,145); }

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