Html Css Color HEX #9DAEA5 Tower Grey

📋 copy color: '#9DAEA5'

red 157 ◦ green 174 ◦ blue 165

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

Shades of Tower Grey #9DAEA5

Tints of Tower Grey #9DAEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 31.65%
G = 35.08%
B = 33.27%

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

#9DAEA5 (or 0x9DAEA5) is known color: Tower Grey. HEX triplet: 9D, AE and A5. RGB value is (157,174,165). Sum of RGB (Red+Green+Blue) = 157+174+165=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEA5 is #62515A. Grayscale: #A7A7A7. Windows color (decimal): -6443355 or 10858141. OLE color: 10858141.

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

Color convert

RGB 157 174 165 -
CMYK 0.10 0 0.05 0.32
HSL 148.24º 0.09% 0.65% -
HSV(B) 148.24º 0.1% 0.68% -
XYZ 35.83 40.16 41.46 -
YUV 167.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 157 174 165 0.10 0 0.05 0.32 148.24 0.09 0.65
Hex 9D AE A5 A 0 5 20 94 9 41
Octal 235 256 245 12 0 5 40 224 11 101
Binary 10011101 10101110 10100101 1010 0 101 100000 10010100 1001 1000001

Color Harmonies of #9DAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAEA5

Black with #9DAEA5

Text Example


Text Example

White with #9DAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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