Html Css Color HEX #9DAEA6 Tower Grey

📋 copy color: '#9DAEA6'

red 157 ◦ green 174 ◦ blue 166

#9DAEA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #9DAEA6

Tints of Tower Grey #9DAEA6

RGB

 RED value IS 157 (61.72% from 255) = 31.59%

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 31.59%
G = 35.01%
B = 33.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#9DAEA6 (or 0x9DAEA6) is known color: Tower Grey. HEX triplet: 9D, AE and A6. RGB value is (157,174,166). Sum of RGB (Red+Green+Blue) = 157+174+166=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEA6 is #625159. Grayscale: #A8A8A8. Windows color (decimal): -6443354 or 10923677. OLE color: 10923677.

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

Color convert

RGB 157 174 166 -
CMYK 0.10 0 0.05 0.32
HSL 151.76º 0.09% 0.65% -
HSV(B) 151.76º 0.1% 0.68% -
XYZ 35.92 40.19 41.94 -
YUV 168.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 157 174 166 0.10 0 0.05 0.32 151.76 0.09 0.65
Hex 9D AE A6 A 0 5 20 98 9 41
Octal 235 256 246 12 0 5 40 230 11 101
Binary 10011101 10101110 10100110 1010 0 101 100000 10011000 1001 1000001

Color Harmonies of #9DAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEA6

Black with #9DAEA6

Text Example


Text Example

White with #9DAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAEA6;
 }
 .AnyTagClassName
 {
   color: #9DAEA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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