Html Css Color HEX #90A892 Pewter

📋 copy color: '#90A892'

red 144 ◦ green 168 ◦ blue 146

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

Shades of Pewter #90A892

Tints of Pewter #90A892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 31.44%
G = 36.68%
B = 31.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#90A892 (or 0x90A892) is known color: Pewter. HEX triplet: 90, A8 and 92. RGB value is (144,168,146). Sum of RGB (Red+Green+Blue) = 144+168+146=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #90A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A892 is #6F576D. Grayscale: #9E9E9E. Windows color (decimal): -7296878 or 9611408. OLE color: 9611408.

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

Color convert

RGB 144 168 146 -
CMYK 0.14 0 0.13 0.34
HSL 125º 0.12% 0.61% -
HSV(B) 125º 0.14% 0.66% -
XYZ 30.69 36.01 32.53 -
YUV 158.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 144 168 146 0.14 0 0.13 0.34 125 0.12 0.61
Hex 90 A8 92 E 0 D 22 7D C 3D
Octal 220 250 222 16 0 15 42 175 14 75
Binary 10010000 10101000 10010010 1110 0 1101 100010 1111101 1100 111101

Color Harmonies of #90A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A892

Black with #90A892

Text Example


Text Example

White with #90A892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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