Html Css Color HEX #9DADAC Hit Grey

📋 copy color: '#9DADAC'

red 157 ◦ green 173 ◦ blue 172

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

Shades of Hit Grey #9DADAC

Tints of Hit Grey #9DADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 31.27%
G = 34.46%
B = 34.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9DADAC (or 0x9DADAC) is known color: Hit Grey. HEX triplet: 9D, AD and AC. RGB value is (157,173,172). Sum of RGB (Red+Green+Blue) = 157+173+172=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADAC is #625253. Grayscale: #A8A8A8. Windows color (decimal): -6443604 or 11316637. OLE color: 11316637.

HSL color Cylindrical-coordinate representation of color #9DADAC: hue angle of 176.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DADAC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 173 172 -
CMYK 0.09 0 0.01 0.32
HSL 176.25º 0.09% 0.65% -
HSV(B) 176.25º 0.09% 0.68% -
XYZ 36.29 40.03 44.84 -
YUV 168.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 157 173 172 0.09 0 0.01 0.32 176.25 0.09 0.65
Hex 9D AD AC 9 0 1 20 B0 9 41
Octal 235 255 254 11 0 1 40 260 11 101
Binary 10011101 10101101 10101100 1001 0 1 100000 10110000 1001 1000001

Color Harmonies of #9DADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADAC

Black with #9DADAC

Text Example


Text Example

White with #9DADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,173,172); }

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

background-color css

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

 a { background-color: rgb(157,173,172); }

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

border-color css

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

 span { border-color: rgb(157,173,172); }

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