#9CADA7

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

Shades of Tower Grey #9CADA7

Tints of Tower Grey #9CADA7

Color information

#9CADA7 (or 0x9CADA7) is unknown color: approx Tower Grey. HEX triplet: 9C, AD and A7. RGB value is (156,173,167). Sum of RGB (Red+Green+Blue) = 156+173+167=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA7 is #635258. Grayscale: #A7A7A7. Windows color (decimal): -6509145 or 10988956. OLE color: 10988956.

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

Color convert

RGB156173167-
CMYK0.1000.030.32
HSL158.82º9.39%64.51%-
HSV(B)158.82º9.83%67.84%-
XYZ35.6339.7542.35-
YUV167.23127.87119.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=31.45%
G=34.88%
B=33.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731670.1000.030.32158.829.3964.51
Hex9CADA7A03209f941
Octal23425524712034023711101
Binary10011100101011011010011110100111000001001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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