#9DACAB

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

Shades of Hit Grey #9DACAB

Tints of Hit Grey #9DACAB

Color information

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

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

Color convert

RGB157172171-
CMYK0.0900.010.33
HSL176º8.29%64.51%-
HSV(B)176º8.72%67.45%-
XYZ36.0139.6144.28-
YUV167.4130.03120.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721710.0900.010.331768.2964.51
Hex9DACAB90121b0841
Octal23525425311014126010101
Binary1001110110101100101010111001011000011011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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