#90AAA8

Color #90AAA8 Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #90AAA8

Tints of Hit Grey #90AAA8

Color information

#90AAA8 (or 0x90AAA8) is unknown color: approx Hit Grey. HEX triplet: 90, AA and A8. RGB value is (144,170,168). Sum of RGB (Red+Green+Blue) = 144+170+168=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA8 is #6F5557. Grayscale: #A1A1A1. Windows color (decimal): -7296344 or 11053712. OLE color: 11053712.

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

Color convert

RGB144170168-
CMYK0.1500.010.33
HSL175.38º13.27%61.57%-
HSV(B)175.38º15.29%66.67%-
XYZ32.9437.5142.55-
YUV162131.39115.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=29.88%
G=35.27%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701680.1500.010.33175.3813.2761.57
Hex90AAA8F0121afd3e
Octal2202522501701412571576
Binary100100001010101010101000111101100001101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AAA8;
 }
 .AnyTagClassName
 {
   color: #90AAA8;
 }
</style>
background-color css

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

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

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

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

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

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