#97ADAB

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

Shades of Hit Grey #97ADAB

Tints of Hit Grey #97ADAB

Color information

#97ADAB (or 0x97ADAB) is unknown color: approx Hit Grey. HEX triplet: 97, AD and AB. RGB value is (151,173,171). Sum of RGB (Red+Green+Blue) = 151+173+171=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #97ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ADAB is #685254. Grayscale: #A6A6A6. Windows color (decimal): -6836821 or 11251095. OLE color: 11251095.

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

Color convert

RGB151173171-
CMYK0.1300.010.32
HSL174.55º11.83%63.53%-
HSV(B)174.55º12.72%67.84%-
XYZ35.0639.4144.29-
YUV166.19130.71117.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=30.51%
G=34.95%
B=34.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731710.1300.010.32174.5511.8363.53
Hex97ADABD0120afc40
Octal22725525315014025714100
Binary1001011110101101101010111101011000001010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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