Html Css Color HEX #90ABA9 Hit Grey

📋 copy color: '#90ABA9'

red 144 ◦ green 171 ◦ blue 169

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

Shades of Hit Grey #90ABA9

Tints of Hit Grey #90ABA9

RGB

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

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

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

R = 29.75%
G = 35.33%
B = 34.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#90ABA9 (or 0x90ABA9) is known color: Hit Grey. HEX triplet: 90, AB and A9. RGB value is (144,171,169). Sum of RGB (Red+Green+Blue) = 144+171+169=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #90ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABA9 is #6F5456. Grayscale: #A2A2A2. Windows color (decimal): -7296087 or 11119504. OLE color: 11119504.

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

Color convert

RGB 144 171 169 -
CMYK 0.16 0 0.01 0.33
HSL 175.56º 0.14% 0.62% -
HSV(B) 175.56º 0.16% 0.67% -
XYZ 33.23 37.92 43.1 -
YUV 162.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 144 171 169 0.16 0 0.01 0.33 175.56 0.14 0.62
Hex 90 AB A9 10 0 1 21 B0 E 3E
Octal 220 253 251 20 0 1 41 260 16 76
Binary 10010000 10101011 10101001 10000 0 1 100001 10110000 1110 111110

Color Harmonies of #90ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABA9

Black with #90ABA9

Text Example


Text Example

White with #90ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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