Html Css Color HEX #90A59A Tower Grey

📋 copy color: '#90A59A'

red 144 ◦ green 165 ◦ blue 154

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

Shades of Tower Grey #90A59A

Tints of Tower Grey #90A59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 31.1%
G = 35.64%
B = 33.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#90A59A (or 0x90A59A) is known color: Tower Grey. HEX triplet: 90, A5 and 9A. RGB value is (144,165,154). Sum of RGB (Red+Green+Blue) = 144+165+154=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #90A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A59A is #6F5A65. Grayscale: #9D9D9D. Windows color (decimal): -7297638 or 10134928. OLE color: 10134928.

HSL color Cylindrical-coordinate representation of color #90A59A: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A59A is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 154 -
CMYK 0.13 0 0.07 0.35
HSL 148.57º 0.1% 0.61% -
HSV(B) 148.57º 0.13% 0.65% -
XYZ 30.79 35.17 35.74 -
YUV 157.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 144 165 154 0.13 0 0.07 0.35 148.57 0.1 0.61
Hex 90 A5 9A D 0 7 23 95 A 3D
Octal 220 245 232 15 0 7 43 225 12 75
Binary 10010000 10100101 10011010 1101 0 111 100011 10010101 1010 111101

Color Harmonies of #90A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A59A

Black with #90A59A

Text Example


Text Example

White with #90A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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