#9DACA7

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

Shades of Tower Grey #9DACA7

Tints of Tower Grey #9DACA7

Color information

#9DACA7 (or 0x9DACA7) is unknown color: approx Tower Grey. HEX triplet: 9D, AC and A7. RGB value is (157,172,167). Sum of RGB (Red+Green+Blue) = 157+172+167=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #9DACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACA7 is #625358. Grayscale: #A6A6A6. Windows color (decimal): -6443865 or 10988701. OLE color: 10988701.

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

Color convert

RGB157172167-
CMYK0.0900.030.33
HSL160º8.29%64.51%-
HSV(B)160º8.72%67.45%-
XYZ35.6339.4642.3-
YUV166.94128.03120.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=31.65%
G=34.68%
B=33.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721670.0900.030.331608.2964.51
Hex9DACA790321a0841
Octal23525424711034124010101
Binary10011101101011001010011110010111000011010000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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