#9DADA7

Color #9DADA7 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #9DADA7

Tints of Tower Grey #9DADA7

Color information

#9DADA7 (or 0x9DADA7) is unknown color: approx Tower Grey. HEX triplet: 9D, AD and A7. RGB value is (157,173,167). Sum of RGB (Red+Green+Blue) = 157+173+167=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADA7 is #625258. Grayscale: #A7A7A7. Windows color (decimal): -6443609 or 10988957. OLE color: 10988957.

HSL color Cylindrical-coordinate representation of color #9DADA7: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DADA7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB157173167-
CMYK0.0900.030.32
HSL157.5º8.89%64.71%-
HSV(B)157.5º9.25%67.84%-
XYZ35.8239.8542.36-
YUV167.53127.7120.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=31.59%
G=34.81%
B=33.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731670.0900.030.32157.58.8964.71
Hex9DADA7903209d941
Octal23525524711034023511101
Binary10011101101011011010011110010111000001001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DADA7; }

 p { color: rgb(157,173,167); }

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

<style>
 a { background-color: #9DADA7; }

 a { background-color: rgb(157,173,167); }

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

<style>
 span { border-color: #9DADA7; }

 span { border-color: rgb(157,173,167); }

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