Html Css Color HEX #9CADA6 Tower Grey

📋 copy color: '#9CADA6'

red 156 ◦ green 173 ◦ blue 166

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

Shades of Tower Grey #9CADA6

Tints of Tower Grey #9CADA6

RGB

 RED value IS 156 (61.33% from 255) = 31.52%

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 31.52%
G = 34.95%
B = 33.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#9CADA6 (or 0x9CADA6) is known color: Tower Grey. HEX triplet: 9C, AD and A6. RGB value is (156,173,166). Sum of RGB (Red+Green+Blue) = 156+173+166=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA6 is #635259. Grayscale: #A7A7A7. Windows color (decimal): -6509146 or 10923420. OLE color: 10923420.

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

Color convert

RGB 156 173 166 -
CMYK 0.10 0 0.04 0.32
HSL 155.29º 0.09% 0.65% -
HSV(B) 155.29º 0.1% 0.68% -
XYZ 35.54 39.71 41.87 -
YUV 167.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 156 173 166 0.10 0 0.04 0.32 155.29 0.09 0.65
Hex 9C AD A6 A 0 4 20 9B 9 41
Octal 234 255 246 12 0 4 40 233 11 101
Binary 10011100 10101101 10100110 1010 0 100 100000 10011011 1001 1000001

Color Harmonies of #9CADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADA6

Black with #9CADA6

Text Example


Text Example

White with #9CADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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