#9DABAC

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

Shades of Hit Grey #9DABAC

Tints of Hit Grey #9DABAC

Color information

#9DABAC (or 0x9DABAC) is unknown color: approx Hit Grey. HEX triplet: 9D, AB and AC. RGB value is (157,171,172). Sum of RGB (Red+Green+Blue) = 157+171+172=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #9DABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAC is #625453. Grayscale: #A6A6A6. Windows color (decimal): -6444116 or 11316125. OLE color: 11316125.

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

Color convert

RGB157171172-
CMYK0.090.0100.33
HSL184º8.29%64.51%-
HSV(B)184º8.72%67.45%-
XYZ35.9139.2744.72-
YUV166.93130.86120.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=31.4%
G=34.2%
B=34.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711720.090.0100.331848.2964.51
Hex9DABAC91021b8841
Octal23525325411104127010101
Binary1001110110101011101011001001101000011011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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