#90A49A

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

Shades of Tower Grey #90A49A

Tints of Tower Grey #90A49A

Color information

#90A49A (or 0x90A49A) is unknown color: approx Tower Grey. HEX triplet: 90, A4 and 9A. RGB value is (144,164,154). Sum of RGB (Red+Green+Blue) = 144+164+154=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #90A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A49A is #6F5B65. Grayscale: #9C9C9C. Windows color (decimal): -7297894 or 10134672. OLE color: 10134672.

HSL color Cylindrical-coordinate representation of color #90A49A: hue angle of 150º 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 #90A49A is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB144164154-
CMYK0.1200.060.36
HSL150º9.9%60.39%-
HSV(B)150º12.2%64.31%-
XYZ30.6134.8135.68-
YUV156.88126.37118.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=31.17%
G=35.50%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441641540.1200.060.361509.960.39
Hex90A49AC062496a3c
Octal2202442321406442261274
Binary10010000101001001001101011000110100100100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,154); }

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

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

 a { background-color: rgb(144,164,154); }

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

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

 span { border-color: rgb(144,164,154); }

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