Html Css Color HEX #90AB9F Tower Grey

📋 copy color: '#90AB9F'

red 144 ◦ green 171 ◦ blue 159

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

Shades of Tower Grey #90AB9F

Tints of Tower Grey #90AB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 30.38%
G = 36.08%
B = 33.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#90AB9F (or 0x90AB9F) is known color: Tower Grey. HEX triplet: 90, AB and 9F. RGB value is (144,171,159). Sum of RGB (Red+Green+Blue) = 144+171+159=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB9F is #6F5460. Grayscale: #A1A1A1. Windows color (decimal): -7296097 or 10464144. OLE color: 10464144.

HSL color Cylindrical-coordinate representation of color #90AB9F: hue angle of 153.33º 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 #90AB9F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 171 159 -
CMYK 0.16 0 0.07 0.33
HSL 153.33º 0.14% 0.62% -
HSV(B) 153.33º 0.16% 0.67% -
XYZ 32.32 37.56 38.35 -
YUV 161.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 144 171 159 0.16 0 0.07 0.33 153.33 0.14 0.62
Hex 90 AB 9F 10 0 7 21 99 E 3E
Octal 220 253 237 20 0 7 41 231 16 76
Binary 10010000 10101011 10011111 10000 0 111 100001 10011001 1110 111110

Color Harmonies of #90AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB9F

Black with #90AB9F

Text Example


Text Example

White with #90AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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