#9DACAC

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

Shades of Hit Grey #9DACAC

Tints of Hit Grey #9DACAC

Color information

#9DACAC (or 0x9DACAC) is unknown color: approx Hit Grey. HEX triplet: 9D, AC and AC. RGB value is (157,172,172). Sum of RGB (Red+Green+Blue) = 157+172+172=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #9DACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACAC is #625353. Grayscale: #A7A7A7. Windows color (decimal): -6443860 or 11316381. OLE color: 11316381.

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

Color convert

RGB157172172-
CMYK0.09000.33
HSL180º8.29%64.51%-
HSV(B)180º8.72%67.45%-
XYZ36.139.6544.78-
YUV167.52130.53120.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=31.34%
G=34.33%
B=34.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721720.09000.331808.2964.51
Hex9DACAC90021b4841
Octal23525425411004126410101
Binary1001110110101100101011001001001000011011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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