Html Css Color HEX #90AAA9 Hit Grey

📋 copy color: '#90AAA9'

red 144 ◦ green 170 ◦ blue 169

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

Shades of Hit Grey #90AAA9

Tints of Hit Grey #90AAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 169 (66.41% from 255) = 34.99%

R = 29.81%
G = 35.2%
B = 34.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#90AAA9 (or 0x90AAA9) is known color: Hit Grey. HEX triplet: 90, AA and A9. RGB value is (144,170,169). Sum of RGB (Red+Green+Blue) = 144+170+169=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA9 is #6F5556. Grayscale: #A2A2A2. Windows color (decimal): -7296343 or 11119248. OLE color: 11119248.

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

Color convert

RGB 144 170 169 -
CMYK 0.15 0 0.01 0.33
HSL 177.69º 0.13% 0.62% -
HSV(B) 177.69º 0.15% 0.67% -
XYZ 33.04 37.54 43.04 -
YUV 162.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 144 170 169 0.15 0 0.01 0.33 177.69 0.13 0.62
Hex 90 AA A9 F 0 1 21 B2 D 3E
Octal 220 252 251 17 0 1 41 262 15 76
Binary 10010000 10101010 10101001 1111 0 1 100001 10110010 1101 111110

Color Harmonies of #90AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AAA9

Black with #90AAA9

Text Example


Text Example

White with #90AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,169); }

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

background-color css

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

 a { background-color: rgb(144,170,169); }

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

border-color css

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

 span { border-color: rgb(144,170,169); }

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