#9AADA6

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

Shades of Tower Grey #9AADA6

Tints of Tower Grey #9AADA6

Color information

#9AADA6 (or 0x9AADA6) is unknown color: approx Tower Grey. HEX triplet: 9A, AD and A6. RGB value is (154,173,166). Sum of RGB (Red+Green+Blue) = 154+173+166=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADA6 is #655259. Grayscale: #A6A6A6. Windows color (decimal): -6640218 or 10923418. OLE color: 10923418.

HSL color Cylindrical-coordinate representation of color #9AADA6: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AADA6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB154173166-
CMYK0.1100.040.32
HSL157.89º10.38%64.12%-
HSV(B)157.89º10.98%67.84%-
XYZ35.1539.5141.85-
YUV166.52127.71119.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=31.24%
G=35.09%
B=33.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731660.1100.040.32157.8910.3864.12
Hex9AADA6B04209ea40
Octal23225524613044023612100
Binary100110101010110110100110101101001000001001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,166); }

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

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

 a { background-color: rgb(154,173,166); }

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

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

 span { border-color: rgb(154,173,166); }

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