#9DAEA8

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

Shades of Tower Grey #9DAEA8

Tints of Tower Grey #9DAEA8

Color information

#9DAEA8 (or 0x9DAEA8) is unknown color: approx Tower Grey. HEX triplet: 9D, AE and A8. RGB value is (157,174,168). Sum of RGB (Red+Green+Blue) = 157+174+168=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEA8 is #625157. Grayscale: #A8A8A8. Windows color (decimal): -6443352 or 11054749. OLE color: 11054749.

HSL color Cylindrical-coordinate representation of color #9DAEA8: 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 #9DAEA8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB157174168-
CMYK0.1000.030.32
HSL158.82º9.5%64.9%-
HSV(B)158.82º9.77%68.24%-
XYZ36.1140.2742.92-
YUV168.23127.87119.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=31.46%
G=34.87%
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
Decimal1571741680.1000.030.32158.829.564.9
Hex9DAEA8A03209f941
Octal23525625012034023711101
Binary10011101101011101010100010100111000001001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,168); }

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

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

 a { background-color: rgb(157,174,168); }

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

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

 span { border-color: rgb(157,174,168); }

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