#90ADAB

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

Shades of Hit Grey #90ADAB

Tints of Hit Grey #90ADAB

Color information

#90ADAB (or 0x90ADAB) is unknown color: approx Hit Grey. HEX triplet: 90, AD and AB. RGB value is (144,173,171). Sum of RGB (Red+Green+Blue) = 144+173+171=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAB is #6F5254. Grayscale: #A4A4A4. Windows color (decimal): -7295573 or 11251088. OLE color: 11251088.

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

Color convert

RGB144173171-
CMYK0.1700.010.32
HSL175.86º15.03%62.16%-
HSV(B)175.86º16.76%67.84%-
XYZ33.838.7644.23-
YUV164.1131.89113.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=29.51%
G=35.45%
B=35.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731710.1700.010.32175.8615.0362.16
Hex90ADAB110120b0f3e
Octal2202552532101402601776
Binary1001000010101101101010111000101100000101100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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