Html Css Color HEX #9DAAAA Hit Grey

📋 copy color: '#9DAAAA'

red 157 ◦ green 170 ◦ blue 170

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

Shades of Hit Grey #9DAAAA

Tints of Hit Grey #9DAAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 31.59%
G = 34.21%
B = 34.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9DAAAA (or 0x9DAAAA) is known color: Hit Grey. HEX triplet: 9D, AA and AA. RGB value is (157,170,170). Sum of RGB (Red+Green+Blue) = 157+170+170=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #9DAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAAA is #625555. Grayscale: #A6A6A6. Windows color (decimal): -6444374 or 11184797. OLE color: 11184797.

HSL color Cylindrical-coordinate representation of color #9DAAAA: hue angle of 180º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DAAAA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 170 170 -
CMYK 0.08 0 0 0.33
HSL 180º 0.07% 0.64% -
HSV(B) 180º 0.08% 0.67% -
XYZ 35.54 38.82 43.65 -
YUV 166.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 157 170 170 0.08 0 0 0.33 180 0.07 0.64
Hex 9D AA AA 8 0 0 21 B4 7 40
Octal 235 252 252 10 0 0 41 264 7 100
Binary 10011101 10101010 10101010 1000 0 0 100001 10110100 111 1000000

Color Harmonies of #9DAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAAAA

Black with #9DAAAA

Text Example


Text Example

White with #9DAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,170,170); }

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

background-color css

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

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

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

border-color css

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

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

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