#90A38F

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

Shades of Pewter #90A38F

Tints of Pewter #90A38F

Color information

#90A38F (or 0x90A38F) is unknown color: approx Pewter. HEX triplet: 90, A3 and 8F. RGB value is (144,163,143). Sum of RGB (Red+Green+Blue) = 144+163+143=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #90A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A38F is #6F5C70. Grayscale: #9B9B9B. Windows color (decimal): -7298161 or 9413520. OLE color: 9413520.

HSL color Cylindrical-coordinate representation of color #90A38F: hue angle of 117º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A38F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB144163143-
CMYK0.1200.120.36
HSL117º9.8%60%-
HSV(B)117º12.27%63.92%-
XYZ29.5634.1131.01-
YUV155.04121.21120.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=32%
G=36.22%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441631430.1200.120.361179.860
Hex90A38FC0C2475a3c
Octal22024321714014441651274
Binary10010000101000111000111111000110010010011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,143); }

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

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

 a { background-color: rgb(144,163,143); }

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

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

 span { border-color: rgb(144,163,143); }

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