Html Css Color HEX #90AB9E Tower Grey

📋 copy color: '#90AB9E'

red 144 ◦ green 171 ◦ blue 158

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

Shades of Tower Grey #90AB9E

Tints of Tower Grey #90AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 158 (62.11% from 255) = 33.4%

R = 30.44%
G = 36.15%
B = 33.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#90AB9E (or 0x90AB9E) is known color: Tower Grey. HEX triplet: 90, AB and 9E. RGB value is (144,171,158). Sum of RGB (Red+Green+Blue) = 144+171+158=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB9E is #6F5461. Grayscale: #A1A1A1. Windows color (decimal): -7296098 or 10398608. OLE color: 10398608.

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

Color convert

RGB 144 171 158 -
CMYK 0.16 0 0.08 0.33
HSL 151.11º 0.14% 0.62% -
HSV(B) 151.11º 0.16% 0.67% -
XYZ 32.24 37.52 37.89 -
YUV 161.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 144 171 158 0.16 0 0.08 0.33 151.11 0.14 0.62
Hex 90 AB 9E 10 0 8 21 97 E 3E
Octal 220 253 236 20 0 10 41 227 16 76
Binary 10010000 10101011 10011110 10000 0 1000 100001 10010111 1110 111110

Color Harmonies of #90AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB9E

Black with #90AB9E

Text Example


Text Example

White with #90AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,158); }

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

background-color css

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

 a { background-color: rgb(144,171,158); }

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

border-color css

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

 span { border-color: rgb(144,171,158); }

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