#9CACAD

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

Shades of Hit Grey #9CACAD

Tints of Hit Grey #9CACAD

Color information

#9CACAD (or 0x9CACAD) is unknown color: approx Hit Grey. HEX triplet: 9C, AC and AD. RGB value is (156,172,173). Sum of RGB (Red+Green+Blue) = 156+172+173=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAD is #635352. Grayscale: #A7A7A7. Windows color (decimal): -6509395 or 11381916. OLE color: 11381916.

HSL color Cylindrical-coordinate representation of color #9CACAD: hue angle of 183.53º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CACAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156172173-
CMYK0.100.0100.32
HSL183.53º9.39%64.51%-
HSV(B)183.53º9.83%67.84%-
XYZ36.0139.5945.28-
YUV167.33131.2119.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=31.14%
G=34.33%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561721730.100.0100.32183.539.3964.51
Hex9CACADA1020b8941
Octal23425425512104027011101
Binary1001110010101100101011011010101000001011100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,173); }

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

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

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

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

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

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

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