#9DACA5

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

Shades of Tower Grey #9DACA5

Tints of Tower Grey #9DACA5

Color information

#9DACA5 (or 0x9DACA5) is unknown color: approx Tower Grey. HEX triplet: 9D, AC and A5. RGB value is (157,172,165). Sum of RGB (Red+Green+Blue) = 157+172+165=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 172 - color contains mainly: green. Hex color #9DACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACA5 is #62535A. Grayscale: #A6A6A6. Windows color (decimal): -6443867 or 10857629. OLE color: 10857629.

HSL color Cylindrical-coordinate representation of color #9DACA5: hue angle of 152º 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 #9DACA5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB157172165-
CMYK0.0900.040.33
HSL152º8.29%64.51%-
HSV(B)152º8.72%67.45%-
XYZ35.4539.3941.33-
YUV166.72127.03121.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=31.78%
G=34.82%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721650.0900.040.331528.2964.51
Hex9DACA59042198841
Octal23525424511044123010101
Binary100111011010110010100101100101001000011001100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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