#9DA9AA

Color #9DA9AA Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #9DA9AA

Tints of Hit Grey #9DA9AA

Color information

#9DA9AA (or 0x9DA9AA) is unknown color: approx Hit Grey. HEX triplet: 9D, A9 and AA. RGB value is (157,169,170). Sum of RGB (Red+Green+Blue) = 157+169+170=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #9DA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA9AA is #625655. Grayscale: #A5A5A5. Windows color (decimal): -6444630 or 11184541. OLE color: 11184541.

HSL color Cylindrical-coordinate representation of color #9DA9AA: hue angle of 184.62º 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 #9DA9AA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157169170-
CMYK0.080.0100.33
HSL184.62º7.1%64.12%-
HSV(B)184.62º7.65%66.67%-
XYZ35.3538.4543.59-
YUV165.53130.52121.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=31.65%
G=34.07%
B=34.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571691700.080.0100.33184.627.164.12
Hex9DA9AA81021b9740
Octal2352512521010412717100
Binary100111011010100110101010100010100001101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DA9AA;
 }
 .AnyTagClassName
 {
   color: #9DA9AA;
 }
</style>
background-color css

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

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

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

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

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

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